2ea13b72ce
Since yum-plugin-priorities packages is a part of dnf so no need to install otherwise DNF was complain saying no package found. It also maps the same element for CentOS 8. Change-Id: I01198752fc9d0bb532ca1898ab63bc628706a33e Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
29 lines
509 B
Plaintext
29 lines
509 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"os-collect-config": "python-os-collect-config"
|
|
}
|
|
},
|
|
"release": {
|
|
"fedora": {
|
|
"28": {
|
|
"python-heat-agent": "python3-heat-agent"
|
|
}
|
|
},
|
|
"rhel": {
|
|
"8": {
|
|
"python-heat-agent": "python3-heat-agent"
|
|
}
|
|
},
|
|
"centos": {
|
|
"8": {
|
|
"python-heat-agent": "python3-heat-agent"
|
|
}
|
|
}
|
|
},
|
|
"default": {
|
|
"os-collect-config": "os-collect-config",
|
|
"python-heat-agent": "python-heat-agent"
|
|
}
|
|
}
|