From 421169861c07e317422d336141b7e84055c223d0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 30 Oct 2020 03:02:29 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ppc64-diag.git#30544279a65f021e49c3dca81717076f9e6c671c --- ppc64-diag.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ppc64-diag.spec b/ppc64-diag.spec index edae3cd..52a7df7 100644 --- a/ppc64-diag.spec +++ b/ppc64-diag.spec @@ -1,6 +1,6 @@ Name: ppc64-diag Version: 2.7.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: PowerLinux Platform Diagnostics URL: https://github.com/power-ras/%{name} License: GPLv2 @@ -60,7 +60,7 @@ This package contains only rtas_errd daemon. %build ./autogen.sh %configure -LDFLAGS="%{build_ldflags}" CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cflags}" make %{?_smp_mflags} V=1 +LDFLAGS="%{build_ldflags}" CFLAGS="%{build_cflags}" CXXFLAGS="-std=gnu++14 %{build_cflags}" make %{?_smp_mflags} V=1 %install make install DESTDIR=$RPM_BUILD_ROOT @@ -169,6 +169,9 @@ if [ "$1" = "0" ]; then # last uninstall fi %changelog +* Tue Oct 27 2020 Jeff Law - 2.7.6-7 +- Force C++14 mode as this code is not C++17 ready + * Tue Jul 28 2020 Fedora Release Engineering - 2.7.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild