Merge "Alphabetize openSUSE packages dictionary"
This commit is contained in:
commit
9edd996056
@ -21,38 +21,38 @@ import sys
|
|||||||
# distromatch or other rich data sources.
|
# distromatch or other rich data sources.
|
||||||
# Debian name on the left, openSUSE on the right.
|
# Debian name on the left, openSUSE on the right.
|
||||||
package_map = {
|
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',
|
'arping': 'iputils',
|
||||||
'augeas-tools': 'augeas',
|
'augeas-tools': 'augeas',
|
||||||
'openssh-client': 'openssh',
|
'build-essential': 'make automake gcc gcc-c++ kernel-devel',
|
||||||
|
'default-jre': 'java',
|
||||||
'extlinux': 'syslinux',
|
'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-client-5.5': 'mariadb-client',
|
||||||
'mysql-server-5.5': 'mariadb',
|
'mysql-server-5.5': 'mariadb',
|
||||||
'libmysql-java': 'mysql-connector-java',
|
'openssh-client': 'openssh',
|
||||||
'default-jre': 'java', # Will match 'java' as capability
|
'openvswitch-common': 'openvswitch',
|
||||||
'tftpd-hpa': 'tftp',
|
|
||||||
'openvswitch-datapath-dkms': 'openvswitch-kmp',
|
'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 related package remappings
|
||||||
'openstack-heat-common': 'openstack-heat',
|
'openstack-heat-common': 'openstack-heat',
|
||||||
'openstack-neutron-openvswitch': 'openstack-neutron-openvswitch-agent',
|
|
||||||
'openstack-neutron-ml2': 'openstack-neutron',
|
'openstack-neutron-ml2': 'openstack-neutron',
|
||||||
|
'openstack-neutron-openvswitch': 'openstack-neutron-openvswitch-agent',
|
||||||
}
|
}
|
||||||
|
|
||||||
for arg in sys.argv[1:]:
|
for arg in sys.argv[1:]:
|
||||||
|
Loading…
Reference in New Issue
Block a user