Use static syslinux64.exe and syslinux.exe to avoid a difference in the checksum in x86_64_v2 arch
This commit is contained in:
parent
586af715c4
commit
0d017bd6ce
BIN
syslinux.exe
Normal file
BIN
syslinux.exe
Normal file
Binary file not shown.
@ -10,13 +10,14 @@ Summary: Simple kernel loader which boots from a FAT filesystem
|
||||
Name: syslinux
|
||||
Version: 6.04
|
||||
%define tarball_version 6.04-pre1
|
||||
Release: 0.34%{?dist}.alma.1
|
||||
Release: 0.34%{?dist}.alma.2
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
|
||||
Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
# AlmaLinux Source
|
||||
Source1000: syslinux64.exe
|
||||
Source1001: syslinux.exe
|
||||
Patch0001: 0001-Add-install-all-target-to-top-side-of-HAVE_FIRMWARE.patch
|
||||
Patch0002: 0002-ext4-64bit-feature.patch
|
||||
Patch0003: 0003-include-sysmacros-h.patch
|
||||
@ -168,7 +169,9 @@ mkdir -p %{buildroot}/etc
|
||||
# don't ship libsyslinux, at least, not for now
|
||||
rm -f %{buildroot}%{_prefix}/lib/libsyslinux*
|
||||
rm -f %{buildroot}%{_includedir}/syslinux.h
|
||||
rm -f %{buildroot}%{_datadir}/syslinux/syslinux.exe
|
||||
rm -f %{buildroot}%{_datadir}/syslinux/syslinux64.exe
|
||||
mv %{SOURCE1001} %{buildroot}%{_datadir}/syslinux/syslinux.exe
|
||||
mv %{SOURCE1000} %{buildroot}%{_datadir}/syslinux/syslinux64.exe
|
||||
%endif
|
||||
|
||||
@ -272,9 +275,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 04 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.04-0.34.alma.1
|
||||
- Use static syslinux64.exe to avoid a difference in the checksum in x86_64_v2
|
||||
arch
|
||||
* Tue Mar 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.04-0.34.alma.2
|
||||
- Use static syslinux64.exe and syslinux.exe to avoid a difference in the
|
||||
checksum in x86_64_v2 arch
|
||||
|
||||
* Tue Jan 27 2026 Leo Sandoval <lsandova@redhat.com> - 6.04-0.34
|
||||
- Fix more SAST true findings
|
||||
|
||||
BIN
syslinux64.exe
BIN
syslinux64.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user