update to 3.08
This commit is contained in:
parent
ae4fd0addc
commit
8cea81059b
@ -1 +1 @@
|
|||||||
syslinux-3.07.tar.bz2
|
syslinux-3.08.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
595ac26834a50c35e825a5377c02b3db syslinux-3.07.tar.bz2
|
08e6285aa47d382b36bfd92c64a46437 syslinux-3.08.tar.bz2
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
Summary: Simple kernel loader which boots from a FAT filesystem
|
Summary: Simple kernel loader which boots from a FAT filesystem
|
||||||
Name: syslinux
|
Name: syslinux
|
||||||
Version: 3.07
|
Version: 3.08
|
||||||
Release: 2
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
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}-%{version}.tar.bz2
|
||||||
Patch0: syslinux-2.08-x86_64.patch
|
Patch0: syslinux-2.08-x86_64.patch
|
||||||
Patch1: syslinux-3.07-gcc4.patch
|
Patch1: syslinux-3.07-gcc4.patch
|
||||||
|
Patch2: syslinux-3.08-gcc4.patch
|
||||||
ExclusiveArch: i386 x86_64
|
ExclusiveArch: i386 x86_64
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPrereq: nasm >= 0.98.38-1, perl, netpbm-progs
|
BuildPrereq: nasm >= 0.98.38-1, perl, netpbm-progs
|
||||||
@ -40,7 +41,8 @@ necessary to compile such modules.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n syslinux-%{version}
|
%setup -q -n syslinux-%{version}
|
||||||
%patch0 -p1 -b .x86_64
|
%patch0 -p1 -b .x86_64
|
||||||
%patch1 -p1 -b .gcc4
|
%patch1 -p1 -b .3.07-gcc4
|
||||||
|
%patch2 -p1 -b .3.08-gcc4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="-Werror -Wno-unused -finline-limit=2000"
|
CFLAGS="-Werror -Wno-unused -finline-limit=2000"
|
||||||
@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/lib/syslinux/com32
|
%{_prefix}/lib/syslinux/com32
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 19 2005 Peter Jones <pjones@redhat.com> - 3.08-2
|
||||||
|
- update to 3.08
|
||||||
|
|
||||||
* Wed Mar 16 2005 Peter Jones <pjones@redhat.com> - 3.07-2
|
* Wed Mar 16 2005 Peter Jones <pjones@redhat.com> - 3.07-2
|
||||||
- gcc4 update
|
- gcc4 update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user