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.

Change-Id: I380e98ca6580e00054ae54e89efd3f2208ba63ef
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
(cherry picked from commit da5e583430)
This commit is contained in:
Chandan Kumar (raukadah) 2020-02-21 15:27:48 +05:30 committed by Alex Schultz
parent 73384634f7
commit 4461ca141a
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
{
"release": {
"centos": {
"8": {
"yum_plugin_priorities_package": ""
}
}
},
"default": {
"yum_plugin_priorities_package": "yum-plugin-priorities"
}