From: Kefu Chai Date: Tue, 26 Mar 2019 07:19:58 +0000 (+0800) Subject: rpm: s/devtoolset-7/devtoolset-8/ X-Git-Tag: v15.0.0~85^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9694a72daedbd8736893ac87399b7572fceebc6b;p=ceph.git rpm: s/devtoolset-7/devtoolset-8/ should activate devtoolset-8 not devtoolset-7 for enabling GCC-8. Signed-off-by: Kefu Chai --- diff --git a/ceph.spec.in b/ceph.spec.in index d1fce59a21c7..9398e324ab2e 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1070,7 +1070,7 @@ integrated with the Ceph Manager Dashboard web UI. %build %if 0%{?rhel} == 7 -. /opt/rh/devtoolset-7/enable +. /opt/rh/devtoolset-8/enable %endif %if 0%{with cephfs_java}