- update to 3.31

This commit is contained in:
Jeremy Katz 2007-01-17 19:50:26 +00:00
parent eef306e485
commit bdc33e2056
3 changed files with 9 additions and 8 deletions

View File

@ -1 +1 @@
syslinux-3.11.tar.bz2
syslinux-3.31.tar.bz2

View File

@ -1 +1 @@
513ff71287a4397d507879a1a836c2e8 syslinux-3.11.tar.bz2
5faae89d18baf92e28bc820c62270db9 syslinux-3.31.tar.bz2

View File

@ -1,14 +1,13 @@
Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 3.11
%define tarball_version 3.11
Release: 4
Version: 3.31
%define tarball_version 3.31
Release: 1
License: GPL
Group: Applications/System
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.07-gcc4.patch
Patch2: syslinux-3.11-time.patch
Patch2: syslinux-3.31-time.patch
ExclusiveArch: i386 x86_64
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
@ -36,7 +35,6 @@ MEMDISK, which loads legacy operating systems from these media.
%prep
%setup -q -n syslinux-%{tarball_version}
%patch0 -p1 -b .x86_64
%patch1 -p1 -b .3.07-gcc4
%patch2 -p1 -b .time
%build
@ -96,6 +94,9 @@ rm -rf %{buildroot}
%{_prefix}/lib/syslinux/com32
%changelog
* Wed Jan 17 2007 Jeremy Katz <katzj@redhat.com> - 3.31-1
- update to 3.31
* Tue Aug 22 2006 Jesse Keating <jkeating@redhat.com> - 3.11-4
- Obsolete syslinux-devel.
- Couple cleanups for packaging guidelines