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 <dillaman@redhat.com>
This commit is contained in:
Jason Dillaman 2019-02-05 09:40:02 -05:00
parent d2b1ab49f5
commit a7ce5fb07a

View File

@ -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