syslinux 3.09pre2, soon to be 3.09 propper
This commit is contained in:
parent
e56e46eac5
commit
a73c4e8ba9
@ -1 +1 @@
|
||||
syslinux-3.08.tar.bz2
|
||||
syslinux-3.09-pre2.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
08e6285aa47d382b36bfd92c64a46437 syslinux-3.08.tar.bz2
|
||||
89a10ebdafd87da7e14a745dacd5741c syslinux-3.09-pre2.tar.bz2
|
||||
|
@ -1,13 +1,12 @@
|
||||
Summary: Simple kernel loader which boots from a FAT filesystem
|
||||
Name: syslinux
|
||||
Version: 3.08
|
||||
Release: 3
|
||||
Version: 3.08.92
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-3.09-pre2.tar.bz2
|
||||
Patch0: syslinux-2.08-x86_64.patch
|
||||
Patch1: syslinux-3.07-gcc4.patch
|
||||
Patch2: syslinux-3.08-gcc4.patch
|
||||
ExclusiveArch: i386 x86_64
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: nasm >= 0.98.38-1, perl, netpbm-progs
|
||||
@ -39,10 +38,9 @@ sophisticated add-on modules. This package contains the libraries
|
||||
necessary to compile such modules.
|
||||
|
||||
%prep
|
||||
%setup -q -n syslinux-%{version}
|
||||
%setup -q -n syslinux-3.09-pre2
|
||||
%patch0 -p1 -b .x86_64
|
||||
%patch1 -p1 -b .3.07-gcc4
|
||||
%patch2 -p1 -b .3.08-gcc4
|
||||
|
||||
%build
|
||||
CFLAGS="-Werror -Wno-unused -finline-limit=2000"
|
||||
@ -97,10 +95,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc sample sample/*
|
||||
%doc sample
|
||||
%{_prefix}/lib/syslinux/com32
|
||||
|
||||
%changelog
|
||||
* Thu Jun 16 2005 Peter Jones <pjones@redhat.com> - 3.08.92-1
|
||||
- Update to 3.09-pre2, to fix the i915 .bss overflow bug
|
||||
|
||||
* Thu May 19 2005 Peter Jones <pjones@redhat.com> - 3.08-3
|
||||
- Fix filespec for samples in -devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user