From 86ad7c4eb0d3fe201705c34fecf8537656460bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 20 Jul 2018 17:09:40 +0200 Subject: [PATCH] Fixed FTBFS by adding gcc-c++ requirement Resolves: rhbz#1604814 --- memtest86+.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/memtest86+.spec b/memtest86+.spec index 3cc7a1f..7570bf8 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -9,7 +9,7 @@ Name: memtest86+ Version: 5.01 -Release: 21%{?dist} +Release: 22%{?dist} License: GPLv2 Summary: Stand-alone memory tester for x86 and x86-64 computers Group: System Environment/Base @@ -32,6 +32,7 @@ Patch4: memtest86+-5.01-fgnu89-inline.patch URL: http://www.memtest.org # require glibc-devel.i386 via this file: BuildRequires: %{_includedir}/gnu/stubs-32.h +BuildRequires: gcc Requires: sed coreutils ExclusiveArch: %{ix86} x86_64 @@ -111,6 +112,10 @@ install -Dpm 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/memtest86+.conf %{_mandir}/man8/*.8.gz %changelog +* Fri Jul 20 2018 Jaroslav Škarvada - 5.01-22 +- Fixed FTBFS by adding gcc-c++ requirement + Resolves: rhbz#1604814 + * Fri Jul 13 2018 Fedora Release Engineering - 5.01-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild