]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: use g++ >= 8.3.1-3.1 30088/head
authorKefu Chai <kchai@redhat.com>
Tue, 3 Sep 2019 05:05:47 +0000 (13:05 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 3 Sep 2019 06:19:31 +0000 (14:19 +0800)
since https://bugzilla.redhat.com/show_bug.cgi?id=1726630 has been
fixed. and we have devtoolset-8-gcc-c++-8.3.1-3.1.el7.x86_64.rpm.

no reason to stick with devtoolset-8-gcc-c++-8.2.1-3 anymore.

Fixes: https://tracker.ceph.com/issues/40646
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in

index 119788f12742d49a503f9b87c5a2458275a7eca9..810560a7b6247c92786827d1f5a02c44f4ab4cbb 100644 (file)
@@ -150,8 +150,7 @@ BuildRequires:      fuse-devel
 %if 0%{?rhel} == 7
 # devtoolset offers newer make and valgrind-devel, but the old ones are good
 # enough.
-# see https://github.com/ceph/ceph/pull/28859
-BuildRequires: devtoolset-8-gcc-c++ = 8.2.1
+BuildRequires: devtoolset-8-gcc-c++ >= 8.3.1-3.1
 %else
 BuildRequires: gcc-c++
 %endif