Merge "Add RHEL7 to Red Hat family in pkg-map"
This commit is contained in:
commit
012c974430
@ -22,7 +22,7 @@ import sys
|
||||
|
||||
def os_family(distro):
|
||||
family = None
|
||||
if distro in ['centos', 'fedora', 'rhel']:
|
||||
if distro in ['centos', 'fedora', 'rhel', 'rhel7']:
|
||||
family = 'redhat'
|
||||
elif distro in ['debian', 'ubuntu']:
|
||||
family = 'debian'
|
||||
|
Loading…
Reference in New Issue
Block a user