- allow building on all x86 arches
- pass appropriate compiler options to build on x86_64 as well (#136939)
This commit is contained in:
parent
16b33f99f2
commit
db3f01b2de
@ -6,14 +6,15 @@
|
|||||||
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.26
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
ExclusiveArch: i386
|
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.26.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
|
||||||
|
Patch0: memtest86+-1.26-arch.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Obsoletes: memtest86
|
Obsoletes: memtest86
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ Run 'memtest-setup' to add to your GRUB or lilo boot menu.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .arch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Regular build flags not wanted for this binary
|
# Regular build flags not wanted for this binary
|
||||||
@ -58,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/new-memtest-pkg --remove %{version}
|
/sbin/new-memtest-pkg --remove %{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2004 Jeremy Katz <katzj@redhat.com> - 1.26-3
|
||||||
|
- allow building on all x86 arches
|
||||||
|
- pass appropriate compiler options to build on x86_64 as well (#136939)
|
||||||
|
|
||||||
* Wed Sep 02 2004 Warren Togami <wtogami@redhat.com> 1.26-1
|
* Wed Sep 02 2004 Warren Togami <wtogami@redhat.com> 1.26-1
|
||||||
- update to 1.26
|
- update to 1.26
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user