From f3178d64c0a4a93b2eb15ad3cb8697138da20c6e Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Tue, 5 Feb 2019 09:40:02 -0500 Subject: [PATCH] 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) --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3