From 514531922e2cd1afd7f6c218f7fd4b9354707805 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 3 Apr 2008 21:11:32 +0000 Subject: [PATCH] Build with gcc34 for F9 (#437701) --- memtest86+.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/memtest86+.spec b/memtest86+.spec index 23a5247..a8aaf4e 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -6,7 +6,7 @@ Summary: Stand-alone memory tester for x86 and x86-64 computers Name: memtest86+ Version: 2.01 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 ExclusiveArch: %{ix86} x86_64 Group: System Environment/Base @@ -17,6 +17,7 @@ Source2: memtest-setup Requires(preun): coreutils # require glibc-devel.i386 via this file: BuildRequires: %{_includedir}/gnu/stubs-32.h +BuildRequires: compat-gcc-34 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -34,7 +35,7 @@ Run 'memtest-setup' to add to your GRUB or lilo boot menu. %build # Regular build flags not wanted for this binary # Note: i486 minimum runtime arch -make +make CC=gcc34 # It makes no sense to use smp flags here. %install @@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/new-memtest-pkg --remove %{version} %changelog +* Thu Apr 03 2008 Warren Togami - 2.01-3 +- Build with gcc34 for F9 (#437701) + * Tue Mar 04 2008 Peter Jones - 2.01-2 - Don't install memtest86+ in bootloader configs on EFI platforms.