726d199eef
Default pkg-map to empty packages, and opt-in for each distro. This fixes fedora builds. Change-Id: Ic077eb39c6ad331dabe905773784a027d736ccaa Signed-off-by: Paul Belanger <pabelanger@redhat.com>
20 lines
372 B
Plaintext
20 lines
372 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"apt-transport-https": "apt-transport-https",
|
|
"python-apt": "python-apt"
|
|
},
|
|
"gentoo": {
|
|
"libselinux-python": "sys-libs/libselinux"
|
|
},
|
|
"redhat": {
|
|
"libselinux-python": "libselinux-python"
|
|
}
|
|
},
|
|
"default": {
|
|
"apt-transport-https": "",
|
|
"libselinux-python": "",
|
|
"python-apt": ""
|
|
}
|
|
}
|