From: Alexander Boyko Date: Thu, 8 Feb 2018 06:43:40 +0000 (-0500) Subject: LU-10638 build: add support for Scientific X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F31220%2F3;p=tools%2Fe2fsprogs.git LU-10638 build: add support for Scientific Add Scientific to Distro with a reference to RHEL. Signed-off-by: Alexander Boyko Change-Id: I05001ee9233e4cac6b2c6b523a374ffdc243394d Cray-bug-id: MRP-3882 Reviewed-on: https://review.whamcloud.com/31220 Reviewed-by: Artem Blagodarenko Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo --- diff --git a/contrib/build-rpm b/contrib/build-rpm index a8f4d20..2333f84 100644 --- a/contrib/build-rpm +++ b/contrib/build-rpm @@ -67,6 +67,8 @@ if [ -z "$RELEASE" ]; then exit 1 fi case "$DISTRO-$RELEASE" in + Scientific-6*) DISTRO=RHEL; RELEASE=6;; + Scientific-7*) DISTRO=RHEL; RELEASE=7;; RedHatEnterpriseServer-6*) DISTRO=RHEL; RELEASE=6;; RedHatEnterpriseServer-7*) DISTRO=RHEL; RELEASE=7;; CentOS-6*) DISTRO=RHEL; RELEASE=6;;