diff --git a/lib/spack/external/distro.py b/lib/spack/external/distro.py index 0fa183ec22..091bba3db8 100644 --- a/lib/spack/external/distro.py +++ b/lib/spack/external/distro.py @@ -60,7 +60,8 @@ #: * Value: Normalized value. NORMALIZED_LSB_ID = { 'enterpriseenterprise': 'oracle', # Oracle Enterprise Linux - 'redhatenterpriseworkstation': 'rhel', # RHEL 6.7 + 'redhatenterpriseworkstation': 'rhel', # RHEL 6, 7 Workstation + 'redhatenterpriseserver': 'rhel', # RHEL 6, 7 Server } #: Translation table for normalizing the distro ID derived from the file name