793e16b76c
Starting with Fedora 36 the NetworkManager package no longer includes ifcfg support by default. You need an additional package "NetworkManager-initscripts-ifcfg-rh" to pull in the compatibility plugin. Glean's support for Fedora relies on this compatibility system so we install this package via the simple-init element package deps. Change-Id: I76ac39b8dedcb1c5bc4595aedc0a732c99c8721e
44 lines
980 B
Plaintext
44 lines
980 B
Plaintext
{
|
|
"family": {
|
|
"redhat": {
|
|
"dhcp-client": "dhclient",
|
|
"glean": "python3-glean"
|
|
},
|
|
"debian": {
|
|
"dhcp-client": "isc-dhcp-client",
|
|
"ifupdown": "ifupdown",
|
|
"NetworkManager": "network-manager"
|
|
},
|
|
"gentoo": {
|
|
"dhcp-client": "net-misc/dhcp",
|
|
"python-pip": "dev-python/pip",
|
|
"net-tools": "sys-apps/net-tools"
|
|
},
|
|
"suse": {
|
|
"dhcp-client": "dhcp-client",
|
|
"network-scripts": "wicked-service"
|
|
}
|
|
},
|
|
"distro": {
|
|
"fedora": {
|
|
"network-scripts": "network-scripts"
|
|
}
|
|
},
|
|
"release": {
|
|
"fedora": {
|
|
"36": {
|
|
"NetworkManager-initscripts-ifcfg-rh": "NetworkManager-initscripts-ifcfg-rh"
|
|
},
|
|
"37": {
|
|
"NetworkManager-initscripts-ifcfg-rh": "NetworkManager-initscripts-ifcfg-rh"
|
|
}
|
|
}
|
|
},
|
|
"default": {
|
|
"dhcp-client": "isc-dhcp-client",
|
|
"ifupdown": "",
|
|
"network-scripts": "",
|
|
"NetworkManager-initscripts-ifcfg-rh": ""
|
|
}
|
|
}
|