From: Kefu Chai Date: Fri, 22 Dec 2017 05:04:28 +0000 (+0800) Subject: install-deps: bump DTS version on aarch64 to 7 X-Git-Tag: v12.2.13~109^2~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32396bfd51f72cea3d91f589f0ada15d897dead2;p=ceph.git install-deps: bump DTS version on aarch64 to 7 see https://bugs.centos.org/view.php?id=14078 Signed-off-by: Kefu Chai (cherry picked from commit d38a9370b692bbd44b58f12995e88c73956ef36f) --- diff --git a/install-deps.sh b/install-deps.sh index 35144d4c2581..e2a5421c22e7 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -224,7 +224,7 @@ else $SUDO yum -y install centos-release-scl-rh $SUDO yum-config-manager --disable centos-sclo-rh $SUDO yum-config-manager --enable centos-sclo-rh-testing - dts_ver=6 + dts_ver=7 ;; esac elif test $(lsb_release -si) = RedHatEnterpriseServer -a $MAJOR_VERSION = 7 ; then