]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec: force use of upgrade devtoolset-gcc under RHEL 7 26593/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 5 Feb 2019 14:40:02 +0000 (09:40 -0500)
committerNathan Cutler <ncutler@suse.com>
Fri, 22 Feb 2019 15:37:24 +0000 (16:37 +0100)
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 <dillaman@redhat.com>
(cherry picked from commit a7ce5fb07aa91bfb329dd09f036e5b650f24f2d5)

ceph.spec.in

index 4b65d36c0382a79c9f5adcc2801600e19829f0c8..614132994db51d40ffb4de05a2f6a5e33c89f084 100644 (file)
@@ -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