- fix countdown on boot images (#229491)
This commit is contained in:
parent
31098b0839
commit
1c7403eacf
@ -2,12 +2,11 @@ Summary: Simple kernel loader which boots from a FAT filesystem
|
|||||||
Name: syslinux
|
Name: syslinux
|
||||||
Version: 3.36
|
Version: 3.36
|
||||||
%define tarball_version 3.36
|
%define tarball_version 3.36
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
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
|
||||||
Patch2: syslinux-3.31-time.patch
|
|
||||||
Patch3: syslinux-3.36.patch
|
Patch3: syslinux-3.36.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)
|
||||||
@ -36,14 +35,11 @@ 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
|
||||||
%patch2 -p1 -b .time
|
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="-Werror -Wno-unused -finline-limit=2000"
|
CFLAGS="-Werror -Wno-unused -finline-limit=2000"
|
||||||
export CFLAGS
|
export CFLAGS
|
||||||
rm -f com32/include/time.h
|
|
||||||
rm -f com32/include/sys/times.h
|
|
||||||
# If you make clean here, we lose the provided syslinux.exe
|
# If you make clean here, we lose the provided syslinux.exe
|
||||||
#make clean
|
#make clean
|
||||||
make installer
|
make installer
|
||||||
@ -97,6 +93,9 @@ rm -rf %{buildroot}
|
|||||||
%{_prefix}/lib/syslinux/com32
|
%{_prefix}/lib/syslinux/com32
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 1 2007 Jeremy Katz <katzj@redhat.com> - 3.36-3
|
||||||
|
- fix countdown on boot images (#229491)
|
||||||
|
|
||||||
* Tue Apr 03 2007 Florian La Roche <laroche@redhat.com> - 3.36-2
|
* Tue Apr 03 2007 Florian La Roche <laroche@redhat.com> - 3.36-2
|
||||||
- add upstream patch from 3.3x branch
|
- add upstream patch from 3.3x branch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user