forked from pool/memtest86_
Accepting request 1086985 from home:ecsos
- Revert change from Mon Mar 13, as this prevents the use of memtest and memtest is no longer displayed in the boot menu. - Update to 6.20 - Add support for Alder Lake-N CPUs - Add support for VIA VT8233(A)/VT8237 - Add support for nVidia nForce 3 - Add support for ALi M1533/1543(C)/1535 - Add temperature reporting on AMD K8 CPUs - Add some JEDEC Manufacturers - Better handling of SPD reading on Mobile CPUs - Fix APIC Timer fail on some mobile platforms - Fix older CPU (P5/P6-class) detection OBS-URL: https://build.opensuse.org/request/show/1086985 OBS-URL: https://build.opensuse.org/package/show/Base:System/memtest86+?expand=0&rev=46
This commit is contained in:
parent
238ed63169
commit
76ffd15493
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6274c11d54a1a3feb29339d828150c3c5722e38ffbfee3b8cbd9b2038c548e1
|
||||
size 230056
|
3
memtest86+-6.20.tar.gz
Normal file
3
memtest86+-6.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:463b2db66128e45c96be76136272e2ee940f1319804b1b88cc2ef04edccd01d8
|
||||
size 232436
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 13 10:30:43 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Revert change from Mon Mar 13, as this prevents the use of memtest
|
||||
and memtest is no longer displayed in the boot menu.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 13 10:08:09 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 6.20
|
||||
- Add support for Alder Lake-N CPUs
|
||||
- Add support for VIA VT8233(A)/VT8237
|
||||
- Add support for nVidia nForce 3
|
||||
- Add support for ALi M1533/1543(C)/1535
|
||||
- Add temperature reporting on AMD K8 CPUs
|
||||
- Add some JEDEC Manufacturers
|
||||
- Better handling of SPD reading on Mobile CPUs
|
||||
- Fix APIC Timer fail on some mobile platforms
|
||||
- Fix older CPU (P5/P6-class) detection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 11:29:33 UTC 2023 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: memtest86+
|
||||
Version: 6.10
|
||||
Version: 6.20
|
||||
Release: 0
|
||||
Summary: Memory Testing Image for x86 Architecture
|
||||
License: BSD-3-Clause
|
||||
@ -61,9 +61,9 @@ cd build64
|
||||
cd build32
|
||||
%endif
|
||||
install -Dpm 0644 memtest.bin \
|
||||
%{buildroot}%{_prefix}/lib/memtest86+/memtest.bin
|
||||
%{buildroot}/boot/memtest.bin
|
||||
install -Dpm 0644 memtest.efi \
|
||||
%{buildroot}%{_prefix}/lib/memtest86+/memtest.efi
|
||||
%{buildroot}/boot/efi/EFI/memtest86/memtest.efi
|
||||
export BRP_PESIGN_FILES="*.efi"
|
||||
|
||||
%post
|
||||
@ -76,7 +76,10 @@ export BRP_PESIGN_FILES="*.efi"
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc doc
|
||||
%dir %{_prefix}/lib/memtest86+
|
||||
%{_prefix}/lib/memtest86+/memtest.*
|
||||
/boot/memtest.bin
|
||||
%dir /boot/efi
|
||||
%dir /boot/efi/EFI
|
||||
%dir /boot/efi/EFI/memtest86
|
||||
/boot/efi/EFI/memtest86/memtest.efi
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user