diff --git a/memtest86+-grub b/memtest86+-grub index 1280c0f..ae86d45 100644 --- a/memtest86+-grub +++ b/memtest86+-grub @@ -17,7 +17,7 @@ esac prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")" if test -e /boot/memtest86+.bin ; then - MEMTESTPATH=$( make_system_path_relative_to_its_root "/boot/memtest86+/memtest86+.bin" ) + MEMTESTPATH=$( make_system_path_relative_to_its_root "/boot/memtest86+.bin" ) echo "Found memtest86+ image: $MEMTESTPATH" >&2 cat << EOF menuentry "Memory test (memtest86+)" { diff --git a/memtest86+.spec b/memtest86+.spec index 7e227f0..e11a1c5 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -1,6 +1,6 @@ Name: memtest86+ Version: 6.20 -Release: 1mamba +Release: 2mamba Summary: Thorough, stand alone memory test for x86 architecture computers (legacy BIOS version) Group: System/Kernel and Hardware Vendor: openmamba @@ -92,6 +92,9 @@ fi %{_datadir}/memtest86+/memtest.iso %changelog +* Sun Jul 30 2023 Silvan Calarco 6.20-2mamba +- memtest86+-grub: fix path of /boot/memtest86+.bin binary + * Mon May 08 2023 Automatic Build System 6.20-1mamba - automatic version update by autodist