From 1da9b044983fe6b34f08ab61ac545439053b9993 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 30 Oct 2020 02:49:16 +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/lsvpd.git#11b54ced0ed66a1ad3e61418195737c94c2897c3 --- lsvpd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lsvpd.spec b/lsvpd.spec index 487f112..85edaca 100644 --- a/lsvpd.spec +++ b/lsvpd.spec @@ -3,7 +3,7 @@ Name: %{name} Version: %{version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: VPD/hardware inventory utilities for Linux License: GPLv2+ @@ -37,6 +37,7 @@ on POWER PC based systems. %autosetup %build +export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" ./bootstrap.sh %configure make %{?_smp_mflags} @@ -70,6 +71,9 @@ exit 0 %dir %{_sysconfdir}/lsvpd %changelog +* Tue Oct 27 2020 Jeff Law - 1.7.11-3 +- Force C++14 as this code is not C++17 ready + * Tue Jul 28 2020 Fedora Release Engineering - 1.7.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild