]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: s/devtoolset-7/devtoolset-8/ 27183/head
authorKefu Chai <kchai@redhat.com>
Tue, 26 Mar 2019 07:19:58 +0000 (15:19 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 26 Mar 2019 07:20:00 +0000 (15:20 +0800)
should activate devtoolset-8 not devtoolset-7 for enabling GCC-8.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in

index d1fce59a21c71784e1a7159f067f76723331b592..9398e324ab2e53e63b588bee8dc6926b7c4f8d66 100644 (file)
@@ -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}