From a7ce5fb07aa91bfb329dd09f036e5b650f24f2d5 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 --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 646b96d60d9..fe98f973627 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -146,7 +146,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.39.5