Accepting request 1147018 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1147018 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=320
This commit is contained in:
commit
1c5905ec4c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 18:33:58 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Sort tar file order for reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 07:19:27 UTC 2024 - Michael Chang <mchang@suse.com>
|
||||
|
||||
|
@ -742,7 +742,7 @@ mkdir -p ./fonts
|
||||
cp %{_datadir}/%{name}/themes/*/*.pf2 ./fonts
|
||||
cp ./unicode.pf2 ./fonts
|
||||
%if 0%{?suse_version} > 1500
|
||||
tar -cf - ./fonts | mksquashfs - memdisk.sqsh -tar -comp xz -quiet -no-progress
|
||||
tar --sort=name -cf - ./fonts | mksquashfs - memdisk.sqsh -tar -comp xz -quiet -no-progress
|
||||
%else
|
||||
mksquashfs ./fonts memdisk.sqsh -keep-as-directory -comp xz -quiet -no-progress
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user