summaryrefslogtreecommitdiffstats
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2019-09-03 07:05:47 +0200
committerKefu Chai <kchai@redhat.com>2019-09-03 08:19:31 +0200
commit33dfffc8416ec4b580885e0e04632f28041111ea (patch)
tree4cb89045f07b96f16f683566cb68e5a30c5e460c /ceph.spec.in
parentMerge pull request #30010 from wjwithagen/wjw-fix-rbd-ggate-postfork (diff)
downloadceph-33dfffc8416ec4b580885e0e04632f28041111ea.tar.xz
ceph-33dfffc8416ec4b580885e0e04632f28041111ea.zip
ceph.spec.in: use g++ >= 8.3.1-3.1
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>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 119788f1274..810560a7b62 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -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