Merge "Add policycoreutils package mappings for RHEL/Centos 9"
This commit is contained in:
commit
70378de688
@ -11,7 +11,7 @@ ca-certificates:
|
||||
# selinux-targeted policy and related tools
|
||||
selinux-policy:
|
||||
selinux-policy-targeted:
|
||||
libselinux-python:
|
||||
policycoreutils:
|
||||
policycoreutils-python:
|
||||
python3-libselinux:
|
||||
python3-policycoreutils:
|
||||
policycoreutils-python-utils:
|
||||
rng-tools:
|
||||
|
@ -1,29 +1,17 @@
|
||||
{
|
||||
"distro": {
|
||||
"fedora": {
|
||||
"libselinux-python": "python3-libselinux",
|
||||
"policycoreutils": "python3-policycoreutils",
|
||||
"policycoreutils-python": "policycoreutils-python-utils"
|
||||
},
|
||||
"openeuler": {
|
||||
"libselinux-python": "python3-libselinux",
|
||||
"policycoreutils": "python3-policycoreutils",
|
||||
"policycoreutils-python": "policycoreutils-python-utils"
|
||||
}
|
||||
},
|
||||
"release": {
|
||||
"rhel": {
|
||||
"8": {
|
||||
"libselinux-python": "python3-libselinux",
|
||||
"policycoreutils": "python3-policycoreutils",
|
||||
"policycoreutils-python": "policycoreutils-python-utils"
|
||||
"7": {
|
||||
"python3-libselinux": "libselinux-python",
|
||||
"python3-policycoreutils": "policycoreutils",
|
||||
"policycoreutils-python-utils": "policycoreutils-python"
|
||||
}
|
||||
},
|
||||
"centos": {
|
||||
"8": {
|
||||
"libselinux-python": "python3-libselinux",
|
||||
"policycoreutils": "python3-policycoreutils",
|
||||
"policycoreutils-python": "policycoreutils-python-utils"
|
||||
"7": {
|
||||
"python3-libselinux": "libselinux-python",
|
||||
"python3-policycoreutils": "policycoreutils",
|
||||
"policycoreutils-python-utils": "policycoreutils-python"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user