Add mapping for tgt to RHEL element.
tgt maps to scsi-target-utils on RHEL. This mapping already exists for the Fedora element, so no need to add it there. Change-Id: Ifc9a8976299458cdef50c2fbe00ba6a0c8d22f00 Closes-Bug: #1252975
This commit is contained in:
parent
f5d5667b32
commit
476ec8feec
@ -29,6 +29,7 @@ package_map = {
|
||||
'tftpd-hpa' : 'tftp-server',
|
||||
'libffi-dev': 'libffi-devel',
|
||||
'gearman-job-server': 'gearmand',
|
||||
'tgt': 'scsi-target-utils',
|
||||
}
|
||||
|
||||
for arg in sys.argv[1:]:
|
||||
|
Loading…
Reference in New Issue
Block a user