summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/spack/external/distro.py3
1 files changed, 2 insertions, 1 deletions
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 @@ NORMALIZED_OS_ID = {}
#: * 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