diff --git a/memtest86+.changes b/memtest86+.changes index 1a711d7..3b07155 100644 --- a/memtest86+.changes +++ b/memtest86+.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 13 11:29:33 UTC 2023 - Ludwig Nussel + +- don't install files in /boot. The OS needs to stay in /usr + ------------------------------------------------------------------- Wed Feb 8 09:50:09 UTC 2023 - Marcus Meissner diff --git a/memtest86+.spec b/memtest86+.spec index b1a4435..3084cfc 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -61,9 +61,9 @@ cd build64 cd build32 %endif install -Dpm 0644 memtest.bin \ - %{buildroot}/boot/memtest.bin + %{buildroot}%{_prefix}/lib/memtest86+/memtest.bin install -Dpm 0644 memtest.efi \ - %{buildroot}/boot/efi/EFI/memtest86/memtest.efi + %{buildroot}%{_prefix}/lib/memtest86+/memtest.efi export BRP_PESIGN_FILES="*.efi" %post @@ -76,10 +76,7 @@ export BRP_PESIGN_FILES="*.efi" %license LICENSE %doc README.md %doc doc -/boot/memtest.bin -%dir /boot/efi -%dir /boot/efi/EFI -%dir /boot/efi/EFI/memtest86 -/boot/efi/EFI/memtest86/memtest.efi +%dir %{_prefix}/lib/memtest86+ +%{_prefix}/lib/memtest86+/memtest.* %changelog