Alphabetize openSUSE packages dictionary
This patch alphabetizes the openSUSE packages dictionary in map-packages. The openstack mappings were left at the bottom as it looked deliberate. Change-Id: I3661fba4d4ed68c836893e21fb4a8728c691af20
This commit is contained in:
parent
e5afa4d6f9
commit
80e07afab4
@ -21,38 +21,38 @@ import sys
|
||||
# distromatch or other rich data sources.
|
||||
# Debian name on the left, openSUSE on the right.
|
||||
package_map = {
|
||||
'grub-pc': 'grub2',
|
||||
'linux-image-generic': 'kernel-default',
|
||||
'python-dev': 'python-devel',
|
||||
'libc6-dev': 'glibc-devel',
|
||||
'libxml2-dev': 'libxml2-devel',
|
||||
'libxslt-dev': 'libxslt-devel',
|
||||
'python-libvirt': 'libvirt-python',
|
||||
'libvirt-bin': 'libvirt',
|
||||
'python-memcache': 'python-python-memcached',
|
||||
'build-essential': 'make automake gcc gcc-c++ kernel-devel',
|
||||
'python-mysqldb': 'python-mysql',
|
||||
'openvswitch-common': 'openvswitch',
|
||||
'openvswitch-switch': 'openvswitch-switch',
|
||||
'libssl-dev': 'openssl-devel',
|
||||
'libz-dev': 'zlib-devel',
|
||||
'qemu-utils': 'qemu-tools',
|
||||
'python-pyopenssl': 'python-pyOpenSSL',
|
||||
'libmysqlclient-dev': 'libmysqlclient-devel',
|
||||
'arping': 'iputils',
|
||||
'augeas-tools': 'augeas',
|
||||
'openssh-client': 'openssh',
|
||||
'build-essential': 'make automake gcc gcc-c++ kernel-devel',
|
||||
'default-jre': 'java',
|
||||
'extlinux': 'syslinux',
|
||||
'grub-pc': 'grub2',
|
||||
'libc6-dev': 'glibc-devel',
|
||||
'libmysql-java': 'mysql-connector-java',
|
||||
'libmysqlclient-dev': 'libmysqlclient-devel',
|
||||
'libssl-dev': 'openssl-devel',
|
||||
'libvirt-bin': 'libvirt',
|
||||
'libxml2-dev': 'libxml2-devel',
|
||||
'libxslt-dev': 'libxslt-devel',
|
||||
'libz-dev': 'zlib-devel',
|
||||
'linux-image-generic': 'kernel-default',
|
||||
'mysql-client-5.5': 'mariadb-client',
|
||||
'mysql-server-5.5': 'mariadb',
|
||||
'libmysql-java': 'mysql-connector-java',
|
||||
'default-jre': 'java', # Will match 'java' as capability
|
||||
'tftpd-hpa': 'tftp',
|
||||
'openssh-client': 'openssh',
|
||||
'openvswitch-common': 'openvswitch',
|
||||
'openvswitch-datapath-dkms': 'openvswitch-kmp',
|
||||
'openvswitch-switch': 'openvswitch-switch',
|
||||
'python-dev': 'python-devel',
|
||||
'python-libvirt': 'libvirt-python',
|
||||
'python-memcache': 'python-python-memcached',
|
||||
'python-mysqldb': 'python-mysql',
|
||||
'python-pyopenssl': 'python-pyOpenSSL',
|
||||
'qemu-utils': 'qemu-tools',
|
||||
'tftpd-hpa': 'tftp',
|
||||
# openstack related package remappings
|
||||
'openstack-heat-common': 'openstack-heat',
|
||||
'openstack-neutron-openvswitch': 'openstack-neutron-openvswitch-agent',
|
||||
'openstack-neutron-ml2': 'openstack-neutron',
|
||||
'openstack-neutron-openvswitch': 'openstack-neutron-openvswitch-agent',
|
||||
}
|
||||
|
||||
for arg in sys.argv[1:]:
|
||||
|
Loading…
Reference in New Issue
Block a user