]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps: bump DTS version on aarch64 to 7
authorKefu Chai <kchai@redhat.com>
Fri, 22 Dec 2017 05:04:28 +0000 (13:04 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Oct 2019 15:13:42 +0000 (17:13 +0200)
see https://bugs.centos.org/view.php?id=14078

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit d38a9370b692bbd44b58f12995e88c73956ef36f)

install-deps.sh

index 35144d4c2581efde27f9d9a3fcf47a315285ddc5..e2a5421c22e71df864d2261b56313218ad33f605 100755 (executable)
@@ -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