diff --git a/syslinux.spec b/syslinux.spec index c1cd50c..f731fde 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 4.02 %define tarball_version 4.02 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: Applications/System URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project @@ -21,8 +21,6 @@ Requires: mtools, libc.so.6()(64bit) Obsoletes: syslinux-devel < %{version}-%{release} Provides: syslinux-devel -Patch1: syslinux-isohybrid-gpt.patch - # NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically # a system bootloader, and may be necessary for system recovery. %define _sbindir /sbin @@ -68,8 +66,6 @@ booting in the /tftpboot directory. %prep %setup -q -n syslinux-%{tarball_version} -%patch1 -p1 -b .isohyb - %build CFLAGS="-Werror -Wno-unused -finline-limit=2000" export CFLAGS @@ -165,6 +161,9 @@ elif [ -f /boot/extlinux.conf ]; then \ fi %changelog +* Tue Apr 24 2012 Matthew Garrett - 4.02-6 +- Drop the hybrid iso patch - it's not entirely working in this release + * Wed Aug 24 2011 Matthew Garrett - 4.02-5 - Add support for building Mac and GPT bootable hybrid images