diff --git a/memtest86+.spec b/memtest86+.spec index 68abfda..41f7712 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: 1.65 -Release: 4.1 +Release: 5%{?dist} License: GPL ExclusiveArch: %{ix86} x86_64 Group: System Environment/Base @@ -17,8 +17,7 @@ Source2: memtest-setup Requires(preun): coreutils # require glibc-devel.i386 via this file: BuildRequires: /usr/include/gnu/stubs-32.h -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Obsoletes: memtest86 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -36,6 +35,7 @@ Run 'memtest-setup' to add to your GRUB or lilo boot menu. # Regular build flags not wanted for this binary # Note: i486 minimum runtime arch make +# It makes no sense to use smp flags here. %install rm -rf $RPM_BUILD_ROOT @@ -61,8 +61,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/new-memtest-pkg --remove %{version} %changelog -* Wed Jul 12 2006 Jesse Keating - 1.65-4.1 -- rebuild +* Sat Feb 03 2007 Warren Togami - 1.65-5 +- some spec cleanups (#226135) +- remove old Obsoletes * Tue Jun 27 2006 Florian La Roche - 1.65-4 - make sure coreutils is installed for the preun script