diff --git a/syslinux.exe b/syslinux.exe new file mode 100644 index 0000000..87c6d4c Binary files /dev/null and b/syslinux.exe differ diff --git a/syslinux.spec b/syslinux.spec index ef09cec..49e473e 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -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 - 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 - 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 - 6.04-0.34 - Fix more SAST true findings diff --git a/syslinux64.exe b/syslinux64.exe index 1941d35..5d49838 100644 Binary files a/syslinux64.exe and b/syslinux64.exe differ