From: Jason Dillaman Date: Tue, 5 Feb 2019 14:40:02 +0000 (-0500) Subject: ceph.spec: force use of upgrade devtoolset-gcc under RHEL 7 X-Git-Tag: v13.2.5~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26593%2Fhead;p=ceph.git ceph.spec: force use of upgrade devtoolset-gcc under RHEL 7 There is a known crash under C++17 mode that requires an updated devtoolset to address. See https://bugzilla.redhat.com/show_bug.cgi?id=1616223 Signed-off-by: Jason Dillaman (cherry picked from commit a7ce5fb07aa91bfb329dd09f036e5b650f24f2d5) --- diff --git a/ceph.spec.in b/ceph.spec.in index 4b65d36c038..614132994db 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -131,7 +131,7 @@ BuildRequires: fuse-devel %if 0%{?rhel} == 7 # devtoolset offers newer make and valgrind-devel, but the old ones are good # enough. -BuildRequires: devtoolset-7-gcc-c++ >= 7.3.1 +BuildRequires: devtoolset-7-gcc-c++ >= 7.3.1-5.13 %else BuildRequires: gcc-c++ %endif