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:
James Slagle 2013-11-26 15:21:21 -05:00
parent f5d5667b32
commit 476ec8feec

View File

@ -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:]: