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)
%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