- add ldlinux.bss and ldlinux.sys so makebootfat can make usb images
This commit is contained in:
parent
ff2bec409e
commit
7f3067653f
@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
|
||||
Name: syslinux
|
||||
Version: 3.36
|
||||
%define tarball_version 3.36
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
|
||||
@ -68,6 +68,10 @@ install -m 755 unix/syslinux %{buildroot}%{_prefix}/lib/syslinux
|
||||
mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/sample
|
||||
install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}-%{version}/sample/
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/syslinux
|
||||
install -m 644 ldlinux.bss %{buildroot}${_datadir}/syslinux
|
||||
install -m 644 ldlinux.sys %{buildroot}${_datadir}/syslinux
|
||||
|
||||
# don't ship libsyslinux, at least, not for now
|
||||
rm -f %{buildroot}%{_prefix}/lib/libsyslinux*
|
||||
rm -f %{buildroot}%{_includedir}/syslinux.h
|
||||
@ -97,8 +101,14 @@ rm -rf %{buildroot}
|
||||
%{_prefix}/lib/syslinux/syslinux
|
||||
%{_prefix}/lib/syslinux/syslinux-nomtools
|
||||
%{_prefix}/lib/syslinux/com32
|
||||
%{_datadir}/syslinux/ldlinux.bss
|
||||
%{_datadir}/syslinux/ldlinux.sys
|
||||
|
||||
%changelog
|
||||
* Wed Oct 17 2007 Peter Jones <pjones@redhat.com> - 3.36-7
|
||||
- Add necessary files for makebootfat to make usb images (patch from
|
||||
Joel Granados <jgranado@redhat.com>)
|
||||
|
||||
* Wed Oct 3 2007 Jeremy Katz <katzj@redhat.com> - 3.36-6
|
||||
- fix menu system memory corruption (#239585)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user