From 753a1e81a5a1a61f6bcc5655a4a37313aae8c83e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 22:40:55 +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#b7ee13888a20c629a93162e1b8d63647feafc557 --- ppc64-diag.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ppc64-diag.spec b/ppc64-diag.spec index c459efc..1d59ef4 100644 --- a/ppc64-diag.spec +++ b/ppc64-diag.spec @@ -1,10 +1,11 @@ Name: ppc64-diag Version: 2.7.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: PowerLinux Platform Diagnostics URL: https://github.com/power-ras/%{name} License: GPLv2 ExclusiveArch: ppc %{power64} +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libservicelog-devel BuildRequires: flex @@ -169,6 +170,9 @@ if [ "$1" = "0" ]; then # last uninstall fi %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.7.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Oct 27 2020 Jeff Law - 2.7.6-8 - Force C++14 for configure step too