Remove some unnecessary patches.

This commit is contained in:
Peter Jones 2008-02-25 18:42:02 +00:00
parent 8ed00724bb
commit 8efdc720ea

View File

@ -2,13 +2,11 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux Name: syslinux
Version: 3.61 Version: 3.61
%define tarball_version 3.61 %define tarball_version 3.61
Release: 1%{?dist} Release: 2%{?dist}
License: GPL License: GPL
Group: Applications/System Group: Applications/System
URL: http://syslinux.zytor.com/ URL: http://syslinux.zytor.com/
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2 Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
Patch0: syslinux-2.08-x86_64.patch
Patch1: syslinux-3.36-16bpp.patch
ExclusiveArch: i386 x86_64 ExclusiveArch: i386 x86_64
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
@ -35,8 +33,6 @@ MEMDISK, which loads legacy operating systems from these media.
%prep %prep
%setup -q -n syslinux-%{tarball_version} %setup -q -n syslinux-%{tarball_version}
%patch0 -p1 -b .x86_64
%patch1 -p1
%build %build
CFLAGS="-Werror -Wno-unused -finline-limit=2000" CFLAGS="-Werror -Wno-unused -finline-limit=2000"
@ -100,6 +96,10 @@ rm -rf %{buildroot}
%{_datadir}/syslinux/ %{_datadir}/syslinux/
%changelog %changelog
* Mon Feb 25 2008 Peter Jones <pjones@redhat.com> - 3.61-2
- Remove 16bpp patch, hpa says that's there to cover a bug that's fixed.
- Remove x86_64 patch; building without it works now.
* Tue Feb 21 2008 Peter Jones <pjones@redhat.com> - 3.61-1 * Tue Feb 21 2008 Peter Jones <pjones@redhat.com> - 3.61-1
- Update to 3.61 . - Update to 3.61 .