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:
parent
10832a8c6f
commit
238ed63169
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user