From 9694a72daedbd8736893ac87399b7572fceebc6b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 26 Mar 2019 15:19:58 +0800 Subject: [PATCH] rpm: s/devtoolset-7/devtoolset-8/ should activate devtoolset-8 not devtoolset-7 for enabling GCC-8. Signed-off-by: Kefu Chai --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index d1fce59a21c..9398e324ab2 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} -- 2.47.3