From ab246c94c3d27957049aab386272287ba88d2276 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Aug 18 2020 18:11:16 +0000 Subject: Force C++14 as this code is not C++17 ready --- diff --git a/bonnie++.spec b/bonnie++.spec index d2d4360..55baa63 100644 --- a/bonnie++.spec +++ b/bonnie++.spec @@ -1,6 +1,6 @@ Name: bonnie++ Version: 1.98 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Filesystem and disk benchmark & burn-in suite License: GPLv2 URL: http://www.coker.com.au/bonnie++/ @@ -25,7 +25,7 @@ test servers. %build %configure --disable-stripping -make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} CFLAGS="-std=c++14 $RPM_OPT_FLAGS" %install %make_install @@ -48,6 +48,9 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %changelog +* Tue Aug 18 2020 Jeff Law - 1.98-5 +- Force C++14 as this code is not C++17 ready + * Sat Aug 01 2020 Fedora Release Engineering - 1.98-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild