Update redhat-common pkg-map for centos 8
The libselinux packages etc don't exist for Python 2 on Centos 8 [1]. Ensure the package map installs the python3 versions. We could probably invert the logic now, and make it so Centos 7 is the "special" version that overrides things to install python2. Left alone for now to avoid changing too much at once. [1] https://bugs.centos.org/view.php?id=16458 Change-Id: I944cf4f2902c28728aa5bb9e2a00b3eef122d52e
This commit is contained in:
parent
1176a45525
commit
84cf2e1b82
@ -13,6 +13,13 @@
|
||||
"policycoreutils": "python3-policycoreutils",
|
||||
"policycoreutils-python": "policycoreutils-python-utils"
|
||||
}
|
||||
},
|
||||
"centos": {
|
||||
"8": {
|
||||
"libselinux-python": "python3-libselinux",
|
||||
"policycoreutils": "python3-policycoreutils",
|
||||
"policycoreutils-python": "policycoreutils-python-utils"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user