RHSA-2025:16411
Vulnerability from csaf_redhat - Published: 2025-09-23 02:37 - Updated: 2026-03-18 03:05Summary
Red Hat Security Advisory: NetworkManager security update
Severity
Moderate
Notes
Topic: An update for NetworkManager is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: NetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.
NetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.
Security Fix(es):
NetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.
NetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.
Security Fix(es):
* DHCP: DHCP routing options can manipulate interface-based VPN traffic (CVE-2024-3661)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
DHCP can add routes to a client’s routing table via the classless static route option (121). VPN-based security solutions that rely on routes to redirect traffic can be forced to leak traffic over the physical interface. An attacker on the same local network can read, disrupt, or possibly modify network traffic expected to be protected by the VPN.
7.6 (High)
Vendor Fix
For details on how to apply this update, which includes the changes described in this advisory, refer to:
https://access.redhat.com/articles/11258
https://access.redhat.com/errata/RHSA-2025:16411
Workaround
The mitigation steps also ensure that the applications using the VPN cannot access local resources outside the VPN in full-tunnel mode. If access to local resources outside the VPN is needed, additional routing configuration is necessary.
The following steps demonstrate how to configure VPN profiles with NetworkManager to prioritize VPN routes over DHCP routes. This uses routing rules with a higher priority than the rule to lookup the main routing table. This means that the VPN routing table is consulted prior to the main routing table. Please note that a higher priority is configured by setting a lower priority value in the routing configuration.
1. There were two bugs in NetworkManager that prevented these steps from working with profiles using VPN plugins, such as libreswan. Therefore first update NetworkManager:
- On RHEL 8.10, use NetworkManager-1.40.16-18.el8_10 or later.
- On RHEL 9.5 and later, use NetworkManager-1.48.10-5.el9_5 or later.
2. In the next steps, you will assign the VPN routes to a dedicated routing table. By default, RHEL does not use the routing tables 1-252, and you can use one of them. If you configured the system to use some of these tables, identify a free routing table number. The following example uses the routing table 75.
3. Optional: Configure a name for the routing table by adding a line, such as the following, to the /etc/iproute2/rt_tables file:
75 vpn
This makes the output of ip commands easier to understand. Note that NetworkManager only supports using a table ID and not the table name.
4. Configure the VPN connection profile to place the VPN routes in a dedicated routing table:
# nmcli connection modify <VPN_connection_profile> ipv4.route-table <routing_table_number>
For example:
# nmcli connection modify "Company VPN" ipv4.route-table 75
5. Set a low priority value for the table you used in the previous command:
# nmcli connection modify <VPN_connection_profile> ipv4.routing-rules "priority <low_priority_value> from all table <routing_table_number>"
The priority value can be any value between 1 and 32766 but, the lower the value, the higher the priority!
For example:
# nmcli connection modify "Company VPN" ipv4.routing-rules "priority 32345 from all table 75"
6. Reconnect the VPN:
# nmcli connection down <VPN_connection_profile>
# nmcli connection up <VPN_connection_profile>
This only prevents the TunnelVision techniques and possibly related issues regarding IPv4. For IPv6 it might be necessary to repeat the steps for IPv6.
If other software than NetworkManager is used to configure a VPN, it might need similar configuration changes to mitigate against TunnelVision.
References
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for NetworkManager is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "NetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.\n\nNetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.\n\nSecurity Fix(es):\n\nNetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.\n\nNetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.\n\nSecurity Fix(es):\n\n* DHCP: DHCP routing options can manipulate interface-based VPN traffic (CVE-2024-3661)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16411",
"url": "https://access.redhat.com/errata/RHSA-2025:16411"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2320141",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320141"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16411.json"
}
],
"title": "Red Hat Security Advisory: NetworkManager security update",
"tracking": {
"current_release_date": "2026-03-18T03:05:13+00:00",
"generator": {
"date": "2026-03-18T03:05:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:16411",
"initial_release_date": "2025-09-23T02:37:25+00:00",
"revision_history": [
{
"date": "2025-09-23T02:37:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-23T02:37:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:05:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"product_id": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.46.0-34.el9_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"product": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"product_id": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.46.0-34.el9_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"product_id": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.46.0-34.el9_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"product": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"product_id": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.46.0-34.el9_4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"product": {
"name": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"product_id": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.46.0-34.el9_4?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"product": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"product_id": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.46.0-34.el9_4?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"product": {
"name": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"product_id": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-server@1.46.0-34.el9_4?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"product": {
"name": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"product_id": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-initscripts-updown@1.46.0-34.el9_4?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "NetworkManager-1:1.46.0-34.el9_4.src",
"product": {
"name": "NetworkManager-1:1.46.0-34.el9_4.src",
"product_id": "NetworkManager-1:1.46.0-34.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.46.0-34.el9_4?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"product": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"product_id": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.46.0-34.el9_4?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch"
},
"product_reference": "NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3661",
"cwe": {
"id": "CWE-348",
"name": "Use of Less Trusted Source"
},
"discovery_date": "2024-10-21T09:53:49.333674+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2320141"
}
],
"notes": [
{
"category": "description",
"text": "DHCP can add routes to a client\u2019s routing table via the classless static route option (121). VPN-based security solutions that rely on routes to redirect traffic can be forced to leak traffic over the physical interface. An attacker on the same local network can read, disrupt, or possibly modify network traffic expected to be protected by the VPN.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "DHCP: DHCP routing options can manipulate interface-based VPN traffic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is also known as TunnelVision and it describes a technique to use DHCP configuration to manipulate hosts to send traffic to an attacker\u0027s host instead of through a VPN, as expected. According to MITRE it is reported as a vulnerability against DHCP. However, the DHCP protocol works as intended and as a protocol without cryptographic protection, attackers do not break a security boundary in the DHCP protocol by using the DHCP option 121. To prevent against the attack vector, users or VPN configuration software need to configure the VPN correctly or use other techniques to avoid that a DHCP configuration manipulates routing decisions for packets intended to be contained in the VPN.\n\nThis affects only situations where hosts use DHCP in a network and attackers can control a DHCP server. It affects full-tunnel and split-tunnel based VPNs. IPSec policy-based VPNs do not send unencrypted traffic to attackers as they encrypt traffic regardless of the routing decision.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3661"
},
{
"category": "external",
"summary": "RHBZ#2320141",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320141"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3661"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3661",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3661"
},
{
"category": "external",
"summary": "https://arstechnica.com/security/2024/05/novel-attack-against-virtually-all-vpn-apps-neuters-their-entire-purpose/",
"url": "https://arstechnica.com/security/2024/05/novel-attack-against-virtually-all-vpn-apps-neuters-their-entire-purpose/"
},
{
"category": "external",
"summary": "https://bst.cisco.com/quickview/bug/CSCwk05814",
"url": "https://bst.cisco.com/quickview/bug/CSCwk05814"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc2131#section-7",
"url": "https://datatracker.ietf.org/doc/html/rfc2131#section-7"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3442#section-7",
"url": "https://datatracker.ietf.org/doc/html/rfc3442#section-7"
},
{
"category": "external",
"summary": "https://fortiguard.fortinet.com/psirt/FG-IR-24-170",
"url": "https://fortiguard.fortinet.com/psirt/FG-IR-24-170"
},
{
"category": "external",
"summary": "https://issuetracker.google.com/issues/263721377",
"url": "https://issuetracker.google.com/issues/263721377"
},
{
"category": "external",
"summary": "https://krebsonsecurity.com/2024/05/why-your-vpn-may-not-be-as-secure-as-it-claims/",
"url": "https://krebsonsecurity.com/2024/05/why-your-vpn-may-not-be-as-secure-as-it-claims/"
},
{
"category": "external",
"summary": "https://lowendtalk.com/discussion/188857/a-rogue-dhcp-server-within-your-network-can-and-will-hijack-your-vpn-traffic",
"url": "https://lowendtalk.com/discussion/188857/a-rogue-dhcp-server-within-your-network-can-and-will-hijack-your-vpn-traffic"
},
{
"category": "external",
"summary": "https://mullvad.net/en/blog/evaluating-the-impact-of-tunnelvision",
"url": "https://mullvad.net/en/blog/evaluating-the-impact-of-tunnelvision"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000139553",
"url": "https://my.f5.com/manage/s/article/K000139553"
},
{
"category": "external",
"summary": "https://news.ycombinator.com/item?id=40279632",
"url": "https://news.ycombinator.com/item?id=40279632"
},
{
"category": "external",
"summary": "https://news.ycombinator.com/item?id=40284111",
"url": "https://news.ycombinator.com/item?id=40284111"
},
{
"category": "external",
"summary": "https://security.paloaltonetworks.com/CVE-2024-3661",
"url": "https://security.paloaltonetworks.com/CVE-2024-3661"
},
{
"category": "external",
"summary": "https://support.citrix.com/article/CTX677069/cloud-software-group-security-advisory-for-cve20243661",
"url": "https://support.citrix.com/article/CTX677069/cloud-software-group-security-advisory-for-cve20243661"
},
{
"category": "external",
"summary": "https://tunnelvisionbug.com/",
"url": "https://tunnelvisionbug.com/"
},
{
"category": "external",
"summary": "https://www.agwa.name/blog/post/hardening_openvpn_for_def_con",
"url": "https://www.agwa.name/blog/post/hardening_openvpn_for_def_con"
},
{
"category": "external",
"summary": "https://www.leviathansecurity.com/research/tunnelvision",
"url": "https://www.leviathansecurity.com/research/tunnelvision"
},
{
"category": "external",
"summary": "https://www.theregister.com/2024/05/07/vpn_tunnelvision_dhcp/",
"url": "https://www.theregister.com/2024/05/07/vpn_tunnelvision_dhcp/"
},
{
"category": "external",
"summary": "https://www.watchguard.com/wgrd-psirt/advisory/wgsa-2024-00009",
"url": "https://www.watchguard.com/wgrd-psirt/advisory/wgsa-2024-00009"
},
{
"category": "external",
"summary": "https://www.zscaler.com/blogs/security-research/cve-2024-3661-k-tunnelvision-exposes-vpn-bypass-vulnerability",
"url": "https://www.zscaler.com/blogs/security-research/cve-2024-3661-k-tunnelvision-exposes-vpn-bypass-vulnerability"
}
],
"release_date": "2024-05-06T18:31:21.217000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-23T02:37:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16411"
},
{
"category": "workaround",
"details": "The mitigation steps also ensure that the applications using the VPN cannot access local resources outside the VPN in full-tunnel mode. If access to local resources outside the VPN is needed, additional routing configuration is necessary.\n\nThe following steps demonstrate how to configure VPN profiles with NetworkManager to prioritize VPN routes over DHCP routes. This uses routing rules with a higher priority than the rule to lookup the main routing table. This means that the VPN routing table is consulted prior to the main routing table. Please note that a higher priority is configured by setting a lower priority value in the routing configuration.\n\n1. There were two bugs in NetworkManager that prevented these steps from working with profiles using VPN plugins, such as libreswan. Therefore first update NetworkManager:\n- On RHEL 8.10, use NetworkManager-1.40.16-18.el8_10 or later.\n- On RHEL 9.5 and later, use NetworkManager-1.48.10-5.el9_5 or later.\n\n2. In the next steps, you will assign the VPN routes to a dedicated routing table. By default, RHEL does not use the routing tables 1-252, and you can use one of them. If you configured the system to use some of these tables, identify a free routing table number. The following example uses the routing table 75.\n\n3. Optional: Configure a name for the routing table by adding a line, such as the following, to the /etc/iproute2/rt_tables file:\n75 vpn\n\nThis makes the output of ip commands easier to understand. Note that NetworkManager only supports using a table ID and not the table name.\n\n4. Configure the VPN connection profile to place the VPN routes in a dedicated routing table:\n# nmcli connection modify \u003cVPN_connection_profile\u003e ipv4.route-table \u003crouting_table_number\u003e\n\nFor example:\n# nmcli connection modify \"Company VPN\" ipv4.route-table 75\n\n5. Set a low priority value for the table you used in the previous command:\n# nmcli connection modify \u003cVPN_connection_profile\u003e ipv4.routing-rules \"priority \u003clow_priority_value\u003e from all table \u003crouting_table_number\u003e\"\n\nThe priority value can be any value between 1 and 32766 but, the lower the value, the higher the priority!\n\nFor example:\n# nmcli connection modify \"Company VPN\" ipv4.routing-rules \"priority 32345 from all table 75\"\n\n6. Reconnect the VPN:\n# nmcli connection down \u003cVPN_connection_profile\u003e\n# nmcli connection up \u003cVPN_connection_profile\u003e\n\nThis only prevents the TunnelVision techniques and possibly related issues regarding IPv4. For IPv6 it might be necessary to repeat the steps for IPv6.\nIf other software than NetworkManager is used to configure a VPN, it might need similar configuration changes to mitigate against TunnelVision.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"AppStream-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"BaseOS-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.src",
"CRB-9.4.0.Z.EUS:NetworkManager-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-adsl-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-bluetooth-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-cloud-setup-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-config-connectivity-redhat-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-config-server-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-debugsource-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-dispatcher-routing-rules-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-initscripts-updown-1:1.46.0-34.el9_4.noarch",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-libnm-devel-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ovs-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-ppp-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-team-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-tui-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wifi-debuginfo-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-1:1.46.0-34.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.i686",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.s390x",
"CRB-9.4.0.Z.EUS:NetworkManager-wwan-debuginfo-1:1.46.0-34.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "DHCP: DHCP routing options can manipulate interface-based VPN traffic"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…