diff --git a/SPECS/syslinux.spec b/SPECS/syslinux.spec index 88beb5f..93a2fed 100644 --- a/SPECS/syslinux.spec +++ b/SPECS/syslinux.spec @@ -7,7 +7,6 @@ License: GPLv2+ Group: Applications/System 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.bz2 -ExclusiveArch: x86_64 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs, git BuildRequires: libuuid-devel @@ -17,6 +16,10 @@ BuildRequires: cpio, findutils Requires: mtools, libc.so.6()(64bit), libuuid %endif +%ifarch %{ix86} +Requires: mtools, libc.so.6 +%endif + Patch0001: syslinux-isohybrid-fix-mbr.patch Patch0002: syslinux-4.05-avoid-ext2_fs.h.patch Patch0003: syslinux-4.05-man-pages.patch @@ -185,6 +188,9 @@ elif [ -f /boot/extlinux.conf ]; then \ fi %changelog +* Thu Dec 22 2016 Johnny Hughes - 4.05-13 +- CentOS i686 Mods + * Tue May 10 2016 Peter Jones - - 4.05-13 - Try to work around firmware bugs in the PXE stack. Resolves: rhbz#1254615