Add redhat mapping from tftpd-hpa to tftp-server

This will be needed by a patch I'll be submitting to t-e-i to
change the tftp implementation used by ubuntu, so that both
Ubuntu and Fedora can use the same implementation.

Change-Id: Ie9581265dfa2c37342e01162fe580b1948dd3e03
This commit is contained in:
Derek Higgins 2013-10-24 14:49:40 +01:00
parent 3144cc63be
commit 66b293af1c
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ package_map = {
'libmysql-java' : 'mysql-connector-java',
'default-jre' : 'java',
'atftpd' : 'tftp-server',
'tftpd-hpa' : 'tftp-server',
'apache2': 'httpd',
'libapache2-mod-wsgi': 'mod_wsgi',
}

View File

@ -27,6 +27,7 @@ package_map = {
'openssh-client': 'openssh-clients',
'default-jre': 'java-1.7.0-openjdk',
'atftpd': 'tftp-server',
'tftpd-hpa' : 'tftp-server',
}
for arg in sys.argv[1:]: