Disable yum-plugin-priorities elements for CentOS8

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>
(cherry picked from commit 2ea13b72ce)
This commit is contained in:
Chandan Kumar (raukadah) 2020-02-21 15:35:03 +05:30 committed by Alex Schultz
parent d668f8807d
commit 02e2ae4f09
2 changed files with 13 additions and 0 deletions

View File

@ -14,6 +14,11 @@
"8": {
"python-heat-agent": "python3-heat-agent"
}
},
"centos": {
"8": {
"python-heat-agent": "python3-heat-agent"
}
}
},
"default": {

View File

@ -7,6 +7,14 @@
"python_ipaddr": "",
"python_docker_py": ""
}
},
"centos": {
"8": {
"yum_plugin_priorities_package": "",
"docker": "podman-docker",
"python_ipaddr": "",
"python_docker_py": ""
}
}
},
"default": {