- update to 3.31
This commit is contained in:
parent
eef306e485
commit
bdc33e2056
@ -1 +1 @@
|
|||||||
syslinux-3.11.tar.bz2
|
syslinux-3.31.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
513ff71287a4397d507879a1a836c2e8 syslinux-3.11.tar.bz2
|
5faae89d18baf92e28bc820c62270db9 syslinux-3.31.tar.bz2
|
||||||
|
@ -1,14 +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.11
|
Version: 3.31
|
||||||
%define tarball_version 3.11
|
%define tarball_version 3.31
|
||||||
Release: 4
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
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
|
Patch0: syslinux-2.08-x86_64.patch
|
||||||
Patch1: syslinux-3.07-gcc4.patch
|
Patch2: syslinux-3.31-time.patch
|
||||||
Patch2: syslinux-3.11-time.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
|
||||||
@ -36,7 +35,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
|
%patch0 -p1 -b .x86_64
|
||||||
%patch1 -p1 -b .3.07-gcc4
|
|
||||||
%patch2 -p1 -b .time
|
%patch2 -p1 -b .time
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -96,6 +94,9 @@ rm -rf %{buildroot}
|
|||||||
%{_prefix}/lib/syslinux/com32
|
%{_prefix}/lib/syslinux/com32
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 22 2006 Jesse Keating <jkeating@redhat.com> - 3.11-4
|
||||||
- Obsolete syslinux-devel.
|
- Obsolete syslinux-devel.
|
||||||
- Couple cleanups for packaging guidelines
|
- Couple cleanups for packaging guidelines
|
||||||
|
Loading…
Reference in New Issue
Block a user