enable/install centos-release-scl on rhel7/centos7, so we can use
newer gcc/toolchain offered by Software Collections (scl)'s devtoolset
see https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/
Signed-off-by: Kefu Chai <kchai@redhat.com>
$SUDO yum install -y yum-utils
;;
esac
+ $SUDO yum install -y centos-release-scl
sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec
$SUDO yum-builddep -y $DIR/ceph.spec
;;
$SUDO yum install -y yum-utils
;;
esac
+ $SUDO yum install -y centos-release-scl
sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec
$SUDO yum-builddep -y $DIR/ceph.spec
;;
$SUDO yum install -y yum-utils
;;
esac
+ $SUDO yum install -y centos-release-scl
sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec
$SUDO yum-builddep -y $DIR/ceph.spec
;;