Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
memtest86+
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
memtest86+.spec
@@ -72,24 +72,39 @@ %install install -D -m 0644 memtest.bin $RPM_BUILD_ROOT/boot/memtest86+.bin -install -D -m 0644 memtest.bin $RPM_BUILD_ROOT/boot/memtest +install -D -m 0644 memtest.bin $RPM_BUILD_ROOT/boot/memtest.bin %post if [ "$YAST_IS_RUNNING" != instsys -a $1 = 1 -a \ -x /sbin/update-bootloader ]; then - /sbin/update-bootloader --add --image /boot/memtest86+.bin --name "Memory Test (memtest86+)" + /sbin/update-bootloader --add --image /boot/memtest.bin --name "Memory Test (memtest86+)" fi true %postun -test -x /sbin/update-bootloader && /sbin/update-bootloader --remove --force --image /boot/memtest86+.bin || true +test -x /sbin/update-bootloader && /sbin/update-bootloader --remove --force --image /boot/memtest.bin || true %files %defattr(-,root,root) /boot/memtest86+.bin -/boot/memtest +/boot/memtest.bin %doc README* changelog FAQ %changelog +* Tue May 25 2010 Carsten Schoene <cs@linux-administrator.com> - 4.10-1 +- update to new release 4.10 +- New Features + - Added support for Core i7 Extreme CPU (32nm) + - Added support for Core i5/i3 (32 nm) + - Added support for Pentium Gxxxx (32 mn) + - Added support for Westmere-based Xeon + - Added preliminary support for Intel Sandy Bridge + - Added support for AMD 6-cores CPU + - Added detection for Intel 3200/3210 + - New installer for USB Key +- Bug Fixes + - Corrected a crash at startup + - Many others bug fixes + * Wed Sep 23 2009 Carsten Schoene <cs@linux-administrator.com> - 4.00-65 - update to new release 4.00 - New Features