SHA256
1
0
forked from pool/memtest86_

Accepting request 1071109 from home:lnussel:branches:Base:System

- don't install files in /boot. The OS needs to stay in /usr

OBS-URL: https://build.opensuse.org/request/show/1071109
OBS-URL: https://build.opensuse.org/package/show/Base:System/memtest86+?expand=0&rev=45
This commit is contained in:
Thomas Renninger 2023-04-13 14:08:40 +00:00 committed by Git OBS Bridge
parent 10832a8c6f
commit 238ed63169
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 13 11:29:33 UTC 2023 - Ludwig Nussel <lnussel@suse.de>
- don't install files in /boot. The OS needs to stay in /usr
-------------------------------------------------------------------
Wed Feb 8 09:50:09 UTC 2023 - Marcus Meissner <meissner@suse.com>

View File

@ -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