diff --git a/elements/pkg-map/bin/pkg-map b/elements/pkg-map/bin/pkg-map index fcae994c7..a17190083 100755 --- a/elements/pkg-map/bin/pkg-map +++ b/elements/pkg-map/bin/pkg-map @@ -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'