This commit is contained in:
Warren Togami 2008-11-18 03:53:27 +00:00
parent 514531922e
commit 8dcfe2c153
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
memtest86+-2.01.tar.gz
memtest86+-2.10.tar.gz

View File

@ -5,12 +5,13 @@
Summary: Stand-alone memory tester for x86 and x86-64 computers
Name: memtest86+
Version: 2.01
Release: 3%{?dist}
Version: 2.10
Release: 1%{?dist}
License: GPLv2
ExclusiveArch: %{ix86} x86_64
Group: System Environment/Base
Source0: http://www.memtest.org/download/%{version}/memtest86+-%{version}.tar.gz
Patch0: memtest86+-2.10-fixflags.patch
URL: http://www.memtest.org
Source1: new-memtest-pkg
Source2: memtest-setup
@ -31,6 +32,7 @@ Run 'memtest-setup' to add to your GRUB or lilo boot menu.
%prep
%setup -q
%patch0 -p1
%build
# Regular build flags not wanted for this binary
@ -53,8 +55,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
# XXX did upstream drop the README by mistake?
#%doc README
%doc README
/boot/memtest86+-%{version}
/sbin/new-memtest-pkg
%{_sbindir}/memtest-setup
@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/new-memtest-pkg --remove %{version}
%changelog
* Mon Nov 12 2008 Warren Togami <wtogami@redhat.com> - 2.10-1
- 2.10
* Thu Apr 03 2008 Warren Togami <wtogami@redhat.com> - 2.01-3
- Build with gcc34 for F9 (#437701)

View File

@ -1 +1 @@
e849eaf4ff3f6f4d7aff32d3dfa1b32c memtest86+-2.01.tar.gz
9ca90f6225b5fa4ed1334583c3d6b855 memtest86+-2.10.tar.gz