SHA256
1
0
forked from pool/memtest86_
OBS User unknown 2007-02-19 22:30:50 +00:00 committed by Git OBS Bridge
parent 945c9705da
commit 7e25453521
3 changed files with 21 additions and 2 deletions

10
include-gnuhash Normal file
View File

@ -0,0 +1,10 @@
--- memtest86+-1.70/memtest_shared.lds 2007-02-19 16:00:35.000000000 +0100
+++ memtest86+-1.70/memtest_shared.lds.fixed 2007-02-19 15:55:24.000000000 +0100
@@ -19,6 +19,7 @@
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.hash : { *(.hash) }
+ .gnu.hash : { *(.gnu.hash) }
.dynamic : { *(.dynamic) }
.rel.text : { *(.rel.text .rel.text.*) }

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 19 16:06:08 CET 2007 - trenn@suse.de
- added .gnu.hash section
-------------------------------------------------------------------
Thu Jan 25 16:57:23 CET 2007 - duwe@suse.de

View File

@ -11,7 +11,7 @@
Name: memtest86+
Version: 1.70
Release: 1
Release: 3
#
License: BSD License and BSD-like
Group: System/Boot
@ -30,6 +30,7 @@ Source: http://www.memtest.org/download/%{version}/%{name}-%{version}.ta
Patch0: fix-destdir
Patch1: include-linkonce
Patch2: serial-enable
Patch3: include-gnuhash
#
Summary: Memory Testing Image for x86 Architecture
@ -57,6 +58,7 @@ Authors:
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
%ifarch x86_64
@ -73,7 +75,9 @@ install -D -m 0644 memtest.bin $RPM_BUILD_ROOT/boot/memtest.bin
/boot/memtest.bin
%doc README* changelog FAQ
%changelog -n memtest86+
%changelog
* Mon Feb 19 2007 - trenn@suse.de
- added .gnu.hash section
* Thu Jan 25 2007 - duwe@suse.de
+ update to 1.70:
- Added new DMI polling feature (Thanks to Joachim D.)