diskimage-builder/diskimage_builder/elements/redhat-common/pkg-map
Steve Baker 017ba12eb0 Add policycoreutils package mappings for RHEL/Centos 9
Change-Id: I69f0bc39b3ff4759bb66cea76112901ea8afff68
2021-09-13 09:32:53 +12:00

19 lines
448 B
Plaintext

{
"release": {
"rhel": {
"7": {
"python3-libselinux": "libselinux-python",
"python3-policycoreutils": "policycoreutils",
"policycoreutils-python-utils": "policycoreutils-python"
}
},
"centos": {
"7": {
"python3-libselinux": "libselinux-python",
"python3-policycoreutils": "policycoreutils",
"policycoreutils-python-utils": "policycoreutils-python"
}
}
}
}