[syslinux/f16] foo

Matthew Garrett mjg59 at fedoraproject.org
Tue Apr 24 19:01:58 UTC 2012


commit aff99c604a418684fcaaee34aaf67a2277b89411
Author: Matthew Garrett <mjg at redhat.com>
Date:   Tue Apr 24 14:48:04 2012 -0400

    foo

 syslinux.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/syslinux.spec b/syslinux.spec
index f731fde..5338041 100644
--- a/syslinux.spec
+++ b/syslinux.spec
@@ -21,6 +21,8 @@ Requires: mtools, libc.so.6()(64bit)
 Obsoletes: syslinux-devel < %{version}-%{release}
 Provides: syslinux-devel
 
+Patch1: syslinux-isohybrid-fix-mbr.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
@@ -66,6 +68,8 @@ booting in the /tftpboot directory.
 %prep
 %setup -q -n syslinux-%{tarball_version}
 
+%patch -p1 -b .umode
+
 %build
 CFLAGS="-Werror -Wno-unused -finline-limit=2000"
 export CFLAGS
@@ -163,6 +167,7 @@ fi
 %changelog
 * Tue Apr 24 2012 Matthew Garrett <mjg at redhat.com> - 4.02-6
 - Drop the hybrid iso patch - it's not entirely working in this release
+- syslinux-isohybrid-fix-mbr.patch: Fix build with newer kernels
 
 * Wed Aug 24 2011 Matthew Garrett <mjg at redhat.com> - 4.02-5
 - Add support for building Mac and GPT bootable hybrid images


More information about the scm-commits mailing list