f9e763008a
genisoimage has been removed from RHEL-9 and is replaced with
xorriso.
This patch updates the package map to xorriso instead of
replacing the genisoimage key map to avoid the breakage for
other distros.
Closes-Bug: #1953013
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I31f6d4f080afd93ae067c37348e9ef570f0a34d4
(cherry picked from commit 811d9ff9e5
)
42 lines
891 B
Plaintext
42 lines
891 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel"
|
|
}
|
|
},
|
|
"centos": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel"
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"genisoimage": "xorriso",
|
|
"libffi-dev": "libffi-devel",
|
|
"libssl-dev": "openssl-devel",
|
|
"open-iscsi": "iscsi-initiator-utils",
|
|
"python-dev": "python3-devel",
|
|
"qemu-utils": "qemu-img"
|
|
},
|
|
"suse": {
|
|
"qemu-utils": "qemu",
|
|
"genisoimage": "mkisofs",
|
|
"gdisk": "gptfdisk",
|
|
"libffi-dev": "libffi-devel",
|
|
"libssl-dev": "libopenssl-devel",
|
|
"python-dev": "python3-devel",
|
|
"git": "",
|
|
"man-db": ""
|
|
}
|
|
},
|
|
"default": {
|
|
"ironic-python-agent": "openstack-ironic-python-agent",
|
|
"python": "python3",
|
|
"python-dev": "python3-dev"
|
|
}
|
|
}
|