This commit is contained in:
Warren Togami 2004-10-26 11:19:29 +00:00
parent db3f01b2de
commit 0d4f52bf98
3 changed files with 11 additions and 6 deletions

View File

@ -1 +1,3 @@
memtest86+-1.26.tar.gz memtest86+-1.26.tar.gz
memtest86+-1.27.tar.gz
memtest86+-1.27.tar.gz

View File

@ -5,12 +5,12 @@
Summary: Stand-alone memory tester for x86 and x86-64 computers Summary: Stand-alone memory tester for x86 and x86-64 computers
Name: memtest86+ Name: memtest86+
Version: 1.26 Version: 1.27
Release: 3 Release: 1
License: GPL License: GPL
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
Group: System Environment/Base Group: System Environment/Base
Source0: http://www.memtest.org/download/1.20/memtest86+-1.26.tar.gz Source0: http://www.memtest.org/download/1.20/memtest86+-1.27.tar.gz
URL: http://www.memtest.org URL: http://www.memtest.org
Source1: new-memtest-pkg Source1: new-memtest-pkg
Source2: memtest-setup Source2: memtest-setup
@ -42,7 +42,7 @@ mkdir -p $RPM_BUILD_ROOT/boot
mkdir -p $RPM_BUILD_ROOT/sbin mkdir -p $RPM_BUILD_ROOT/sbin
mkdir -p $RPM_BUILD_ROOT%{_sbindir} mkdir -p $RPM_BUILD_ROOT%{_sbindir}
install -m644 memtest.bin $RPM_BUILD_ROOT/boot/memtest86+-1.26 install -m644 memtest.bin $RPM_BUILD_ROOT/boot/memtest86+-1.27
install -m755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/new-memtest-pkg install -m755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/new-memtest-pkg
install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_sbindir}/memtest-setup install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_sbindir}/memtest-setup
@ -52,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README %doc README
/boot/memtest86+-1.26 /boot/memtest86+-1.27
/sbin/new-memtest-pkg /sbin/new-memtest-pkg
%{_sbindir}/memtest-setup %{_sbindir}/memtest-setup
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/new-memtest-pkg --remove %{version} /sbin/new-memtest-pkg --remove %{version}
%changelog %changelog
* Tue Oct 26 2004 Warren Togami <wtogami@redhat.com> - 1.27-1
- 1.27
* Mon Oct 25 2004 Jeremy Katz <katzj@redhat.com> - 1.26-3 * Mon Oct 25 2004 Jeremy Katz <katzj@redhat.com> - 1.26-3
- allow building on all x86 arches - allow building on all x86 arches
- pass appropriate compiler options to build on x86_64 as well (#136939) - pass appropriate compiler options to build on x86_64 as well (#136939)

View File

@ -1 +1 @@
87a011c00b722cde1d87f0a5a831c9c2 memtest86+-1.26.tar.gz ba04e1906c598b866f4ae6b45bba4575 memtest86+-1.27.tar.gz