Add new name for Mandrake: Mandriva.
This commit is contained in:
parent
47a5aec836
commit
50967bdec2
|
@ -240,9 +240,10 @@ _release_version = re.compile(r'([^0-9]+)'
|
|||
# and http://data.linux-ntfs.org/rpm/whichrpm
|
||||
# and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
|
||||
|
||||
_supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
||||
'mandrake', 'rocks', 'slackware', 'yellowdog',
|
||||
'gentoo', 'UnitedLinux', 'turbolinux')
|
||||
_supported_dists = (
|
||||
'SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
||||
'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
|
||||
'UnitedLinux', 'turbolinux')
|
||||
|
||||
def _parse_release_file(firstline):
|
||||
|
||||
|
|
Loading…
Reference in New Issue