Build tftpboot on x86_64 instead of i686
Resolves: #RHEL-97105 Signed-off-by: Leo Sandoval <lsandova@redhat.com>
This commit is contained in:
parent
9d68cf9206
commit
6d54aa6cf2
@ -7,7 +7,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
|
|||||||
Name: syslinux
|
Name: syslinux
|
||||||
Version: 6.04
|
Version: 6.04
|
||||||
%define tarball_version 6.04-pre1
|
%define tarball_version 6.04-pre1
|
||||||
Release: 0.20%{?dist}
|
Release: 0.21%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
|
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
|
Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz
|
||||||
@ -35,7 +35,7 @@ BuildRequires: mingw32-gcc
|
|||||||
%endif
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
Requires: mtools, libc.so.6()(64bit)
|
Requires: mtools, libc.so.6()(64bit)
|
||||||
BuildRequires: mingw64-gcc
|
BuildRequires: mingw32-gcc mingw64-gcc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically
|
# NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically
|
||||||
@ -70,7 +70,7 @@ Requires: syslinux-extlinux-nonlinux = %{version}-%{release}
|
|||||||
The EXTLINUX bootloader, for booting the local system, as well as all
|
The EXTLINUX bootloader, for booting the local system, as well as all
|
||||||
the SYSLINUX/PXELINUX modules in /boot.
|
the SYSLINUX/PXELINUX modules in /boot.
|
||||||
|
|
||||||
%ifarch %{ix86}
|
%ifarch x86_64
|
||||||
%package tftpboot
|
%package tftpboot
|
||||||
Summary: SYSLINUX modules in /tftpboot, available for network booting
|
Summary: SYSLINUX modules in /tftpboot, available for network booting
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -206,7 +206,7 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
|
|||||||
%{_sbindir}/extlinux
|
%{_sbindir}/extlinux
|
||||||
%config /etc/extlinux.conf
|
%config /etc/extlinux.conf
|
||||||
|
|
||||||
%ifarch %{ix86}
|
%ifarch x86_64
|
||||||
%files tftpboot
|
%files tftpboot
|
||||||
/tftpboot
|
/tftpboot
|
||||||
|
|
||||||
@ -253,6 +253,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 16 2025 Leo Sandoval <lsandova@redhat.com> - 6.04-0.21
|
||||||
|
- Build tftpboot on x86_64 instead of i686
|
||||||
|
- Resolves: #RHEL-97105
|
||||||
|
|
||||||
* Wed Aug 03 2022 Robbie Harwood <rharwood@redhat.com> - 6.04-0.20
|
* Wed Aug 03 2022 Robbie Harwood <rharwood@redhat.com> - 6.04-0.20
|
||||||
- Sync with fedora (same NVR)
|
- Sync with fedora (same NVR)
|
||||||
- Resolves: #2018260
|
- Resolves: #2018260
|
||||||
|
Loading…
Reference in New Issue
Block a user