cvsdist 474ca89
Summary: Simple kernel loader which boots from a FAT filesystem
cvsdist 474ca89
Name: syslinux
f03ed50
Version: 6.02
f03ed50
%define tarball_version 6.02
fbee248
Release: 4%{?dist}
544ec5d
License: GPLv2+
cvsdist 474ca89
Group: Applications/System
74c4214
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
f03ed50
Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz
f03ed50
Patch0001: 0001-Add-install-all-target-to-top-side-of-HAVE_FIRMWARE.patch
f03ed50
Patch0002: 0002-Don-t-build-efi32.patch
f03ed50
fbee248
# this is to keep rpmbuild from thinking the .c32 / .com / .0 / memdisk files
fbee248
# in noarch packages are a reason to stop the build.
fbee248
%define _binaries_in_noarch_packages_terminate_build 0
fbee248
2230fd5
ExclusiveArch: %{ix86} x86_64
eef306e
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f03ed50
BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs, git
25619b7
BuildRequires: /usr/include/gnu/stubs-32.h
Matthew Garrett 1abf7b2
BuildRequires: libuuid-devel
7c0a8c7
Requires: syslinux-nonlinux = %{version}-%{release}
2230fd5
%ifarch %{ix86}
5886e1b
Requires: mtools, libc.so.6
22864b1
BuildRequires: mingw32-gcc
cvsdist b299f01
%endif
cvsdist b299f01
%ifarch x86_64
5886e1b
Requires: mtools, libc.so.6()(64bit)
22864b1
BuildRequires: mingw64-gcc
cvsdist b299f01
%endif
cvsdist 474ca89
5886e1b
# NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically
5886e1b
# a system bootloader, and may be necessary for system recovery.
5886e1b
%define _sbindir /sbin
5886e1b
cvsdist 474ca89
%description
5886e1b
SYSLINUX is a suite of bootloaders, currently supporting DOS FAT
5886e1b
filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots
5886e1b
(PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).  It also includes a tool,
5886e1b
MEMDISK, which loads legacy operating systems from these media.
5886e1b
d1bd943
%package perl
d1bd943
Summary: Syslinux tools written in perl
d1bd943
Group: Applications/System
d1bd943
d1bd943
%description perl
d1bd943
Syslinux tools written in perl
d1bd943
7b029c1
%package devel
7b029c1
Summary: Headers and libraries for syslinux development.
7b029c1
Group: Development/Libraries
7b029c1
7b029c1
%description devel
7b029c1
Headers and libraries for syslinux development.
7b029c1
1282382
%package extlinux
1282382
Summary: The EXTLINUX bootloader, for booting the local system.
1282382
Group: System/Boot
1282382
Requires: syslinux
7c0a8c7
Requires: syslinux-extlinux-nonlinux = %{version}-%{release}
1282382
1282382
%description extlinux
1282382
The EXTLINUX bootloader, for booting the local system, as well as all
1282382
the SYSLINUX/PXELINUX modules in /boot.
1282382
fbee248
%ifarch %{ix86}
1282382
%package tftpboot
1282382
Summary: SYSLINUX modules in /tftpboot, available for network booting
1282382
Group: Applications/Internet
fbee248
BuildArch: noarch
fbee248
ExclusiveArch: %{ix86} x86_64
1282382
Requires: syslinux
1282382
1282382
%description tftpboot
1282382
All the SYSLINUX/PXELINUX modules directly available for network
1282382
booting in the /tftpboot directory.
1282382
7c0a8c7
%package extlinux-nonlinux
7c0a8c7
Summary: The parts of the EXTLINUX bootloader which aren't run from linux.
7c0a8c7
Group: System/Boot
7c0a8c7
Requires: syslinux
fbee248
BuildArch: noarch
fbee248
ExclusiveArch: %{ix86} x86_64
7c0a8c7
7c0a8c7
%description extlinux-nonlinux
7c0a8c7
All the EXTLINUX binaries that run from the firmware rather than
7c0a8c7
from a linux host.
7c0a8c7
7c0a8c7
%package nonlinux
7c0a8c7
Summary: SYSLINUX modules which aren't run from linux.
7c0a8c7
Group: System/Boot
7c0a8c7
Requires: syslinux
fbee248
BuildArch: noarch
fbee248
ExclusiveArch: %{ix86} x86_64
7c0a8c7
7c0a8c7
%description nonlinux
7c0a8c7
All the SYSLINUX binaries that run from the firmware rather than from a
7c0a8c7
linux host. It also includes a tool, MEMDISK, which loads legacy operating
7c0a8c7
systems from media.
7c0a8c7
%endif
7c0a8c7
cf3072f
%ifarch %{x86_64}
f03ed50
%package efi64
f03ed50
Summary: SYSLINUX binaries and modules for 64-bit UEFI systems
f03ed50
Group: System/Boot
f03ed50
f03ed50
%description efi64
f03ed50
SYSLINUX binaries and modules for 64-bit UEFI systems
cf3072f
%endif
f03ed50
cvsdist 474ca89
%prep
4e0c4df
%setup -q -n syslinux-%{tarball_version}
f03ed50
git init
f03ed50
git config user.email "%{name}-owner@fedoraproject.org"
f03ed50
git config user.name "Fedora Ninjas"
f03ed50
git add .
f03ed50
git commit -a -q -m "%{version} baseline."
f03ed50
git am %{patches} 
Matthew Garrett 1abf7b2
cvsdist 474ca89
%build
f03ed50
make bios clean all
cf3072f
%ifarch %{x86_64}
f03ed50
make efi64 clean all
cf3072f
%endif
cvsdist 474ca89
cvsdist 474ca89
%install
cvsdist bb4f2ea
rm -rf %{buildroot}
cvsdist 17303c8
cvsdist 5165899
mkdir -p %{buildroot}%{_bindir}
5886e1b
mkdir -p %{buildroot}%{_sbindir}
5886e1b
mkdir -p %{buildroot}%{_prefix}/lib/syslinux
cvsdist 5165899
mkdir -p %{buildroot}%{_includedir}
f03ed50
make bios install-all \
f03ed50
	INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
f03ed50
	LIBDIR=%{_prefix}/lib DATADIR=%{_datadir} \
f03ed50
	MANDIR=%{_mandir} INCDIR=%{_includedir} \
f03ed50
	TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux \
f03ed50
	LDLINUX=ldlinux.c32
cf3072f
%ifarch %{x86_64}
f03ed50
make efi64 install netinstall \
5886e1b
	INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
f03ed50
	LIBDIR=%{_prefix}/lib DATADIR=%{_datadir} \
1282382
	MANDIR=%{_mandir} INCDIR=%{_includedir} \
f03ed50
	TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux \
f03ed50
	LDLINUX=ldlinux.c32
cf3072f
%endif
cvsdist 474ca89
af4d961
mkdir -p %{buildroot}/%{_docdir}/%{name}/sample
af4d961
install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}/sample/
1282382
mkdir -p %{buildroot}/etc
1282382
( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . )
cvsdist b299f01
cvsdist 5165899
# don't ship libsyslinux, at least, not for now
cvsdist 5165899
rm -f %{buildroot}%{_prefix}/lib/libsyslinux*
cvsdist 5165899
rm -f %{buildroot}%{_includedir}/syslinux.h
cvsdist 5165899
cvsdist 474ca89
%clean
eef306e
rm -rf %{buildroot}
cvsdist 474ca89
cvsdist 474ca89
%files
cvsdist 474ca89
%defattr(-,root,root)
c0b4a03
%doc NEWS README* COPYING 
41f009f
%doc doc/* 
e6fd5d1
%doc sample
d1bd943
%{_mandir}/man1/gethostip*
d1bd943
%{_mandir}/man1/syslinux*
d1bd943
%{_mandir}/man1/extlinux*
d1bd943
%{_bindir}/gethostip
d1bd943
%{_bindir}/isohybrid
d1bd943
%{_bindir}/memdiskfind
d1bd943
%{_bindir}/syslinux
41f009f
%dir %{_datadir}/syslinux
00655e0
%dir %{_datadir}/syslinux/dosutil
00655e0
%{_datadir}/syslinux/dosutil/*
Matthew Garrett 433a0ba
%{_datadir}/syslinux/diag/*
22864b1
%ifarch %{ix86}
22864b1
%{_datadir}/syslinux/syslinux.exe
22864b1
%else
22864b1
%{_datadir}/syslinux/syslinux64.exe
22864b1
%endif
7b029c1
d1bd943
%files perl
d1bd943
%defattr(-,root,root)
d1bd943
%{_mandir}/man1/lss16toppm*
d1bd943
%{_mandir}/man1/ppmtolss16*
d1bd943
%{_mandir}/man1/syslinux2ansi*
d1bd943
%{_bindir}/keytab-lilo
d1bd943
%{_bindir}/lss16toppm
d1bd943
%{_bindir}/md5pass
d1bd943
%{_bindir}/mkdiskimage
d1bd943
%{_bindir}/ppmtolss16
d1bd943
%{_bindir}/pxelinux-options
d1bd943
%{_bindir}/sha1pass
d1bd943
%{_bindir}/syslinux2ansi
d1bd943
%{_bindir}/isohybrid.pl
d1bd943
7b029c1
%files devel
7b029c1
%defattr(-,root,root)
7b029c1
%dir %{_datadir}/syslinux/com32
41f009f
%{_datadir}/syslinux/com32
cvsdist 474ca89
1282382
%files extlinux
1282382
%{_sbindir}/extlinux
1282382
%config /etc/extlinux.conf
1282382
7c0a8c7
%ifarch %{ix86}
fbee248
%files tftpboot
1282382
/tftpboot
1282382
7c0a8c7
%files nonlinux
7c0a8c7
%{_datadir}/syslinux/*.com
7c0a8c7
%{_datadir}/syslinux/*.exe
7c0a8c7
%{_datadir}/syslinux/*.c32
7c0a8c7
%{_datadir}/syslinux/*.bin
7c0a8c7
%{_datadir}/syslinux/*.0
7c0a8c7
%{_datadir}/syslinux/memdisk
7c0a8c7
7c0a8c7
%files extlinux-nonlinux
7c0a8c7
/boot/extlinux
7c0a8c7
7c0a8c7
%else
7c0a8c7
%exclude %{_datadir}/syslinux/memdisk
7c0a8c7
%exclude %{_datadir}/syslinux/*.com
7c0a8c7
%exclude %{_datadir}/syslinux/*.exe
7c0a8c7
%exclude %{_datadir}/syslinux/*.c32
7c0a8c7
%exclude %{_datadir}/syslinux/*.bin
7c0a8c7
%exclude %{_datadir}/syslinux/*.0
7c0a8c7
%exclude /boot/extlinux
7c0a8c7
%exclude /tftpboot
7c0a8c7
%endif
7c0a8c7
cf3072f
%ifarch %{x86_64}
f03ed50
%files efi64
f03ed50
%dir %{_datadir}/syslinux/efi64
f03ed50
%{_datadir}/syslinux/efi64
cf3072f
%endif
f03ed50
1282382
%post extlinux
1282382
# If we have a /boot/extlinux.conf file, assume extlinux is our bootloader
1282382
# and update it.
1282382
if [ -f /boot/extlinux/extlinux.conf ]; then \
1282382
	extlinux --update /boot/extlinux ; \
1282382
elif [ -f /boot/extlinux.conf ]; then \
1282382
	mkdir -p /boot/extlinux && \
1282382
	mv /boot/extlinux.conf /boot/extlinux/extlinux.conf && \
1282382
	extlinux --update /boot/extlinux ; \
1282382
fi
1282382
cvsdist 474ca89
%changelog
fbee248
* Tue Apr 15 2014 Peter Jones <pjones@redhat.com> - 6.02-4
fbee248
- Do our firmware/nonlinux packages as .noarch + ExclusiveArch
fbee248
  Related: rhbz#1086446
fbee248
7c0a8c7
* Tue Apr 15 2014 Peter Jones <pjones@redhat.com> - 6.02-3
7c0a8c7
- -2 was entirely the wrong thing to do.
7c0a8c7
Kevin Kofler 1bf8f6f
* Tue Apr 15 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6.02-2
Kevin Kofler 1bf8f6f
- Undo packaging changes that break live image composes (#1086446)
Kevin Kofler 1bf8f6f
f03ed50
* Tue Apr 08 2014 Peter Jones <pjones@redhat.com> - 6.02-1
f03ed50
- Update this to 6.02
f03ed50
af4d961
* Mon Aug 05 2013 Peter Jones <pjones@redhat.com> - 4.05-7
af4d961
- Fixing %%doc path.
af4d961
5000c3a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.05-7
5000c3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5000c3a
9b818f9
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 4.05-6
9b818f9
- Perl 5.18 rebuild
9b818f9
a735548
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.05-5
a735548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a735548
19f2fff
* Mon Aug 06 2012 Peter Jones <pjones@redhat.com> - 4.05-4
19f2fff
- Fix build problem from kernel-headers' removeal of ext2_fs.h
19f2fff
  (fix backported from as-yet-unreleased upstream version.)
19f2fff
2d06db0
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.05-3
2d06db0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2d06db0
3ddabe5
* Wed Apr 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 4.05-2
3ddabe5
- Remove old Obsoletes/Provides for syslinux-devel as such a subpkg
3ddabe5
  was introduced with 3.83-2 (#756733).
3ddabe5
Matthew Garrett 433a0ba
* Wed Feb 15 2012 Matthew Garrett <mjg@redhat.com> - 4.05-1
Matthew Garrett 433a0ba
- New upstream release
Matthew Garrett 433a0ba
- syslinux-isohybrid-fix-mbr.patch: generate a full MBR for UEFI images
Matthew Garrett 433a0ba
02d428e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.02-6
02d428e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
02d428e
Matthew Garrett 1abf7b2
* Wed Aug 24 2011 Matthew Garrett <mjg@redhat.com> - 4.02-5
Matthew Garrett 1abf7b2
- Add support for building Mac and GPT bootable hybrid images
Matthew Garrett 1abf7b2
2f94d63
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.02-4
2f94d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2f94d63
d1bd943
* Fri Aug 20 2010 Matt Domsch <mdomsch@fedoraproject.org> - 4.02-2
d1bd943
- add perl subpackage, move perl apps there
d1bd943
1282382
* Fri Aug 06 2010 Peter Jones <pjones@redhat.com> - 4.02-2
1282382
- Split out extlinux and tftpboot.
d1bd943
- remove duplicate syslinux/com32/ left in base package after 3.83-2
1282382
c0b4a03
* Thu Aug 05 2010 Peter Jones <pjones@redhat.com> - 4.02-1
c0b4a03
- Update to 4.02
c0b4a03
74c4214
* Mon Jan 11 2010 Peter Jones <pjones@redhat.com> - 3.84-1
74c4214
- Update to 3.84
74c4214
7b029c1
* Thu Dec 17 2009 Peter Jones <pjones@redhat.com> - 3.83-2
7b029c1
- Split out -devel
7b029c1
573bfee
* Thu Oct 29 2009 Peter Jones <pjones@redhat.com> - 3.83-1
573bfee
- update to 3.83
573bfee
ea1380d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.75-4
ea1380d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ea1380d
0315616
* Tue Apr 28 2009 Jeremy Katz <katzj@redhat.com> - 3.75-3
0315616
- Stop suppressing requirements of the package (#465299)
0315616
54f7301
* Tue Apr 28 2009 Jeremy Katz <katzj@redhat.com> - 3.75-2
54f7301
- Don't strip binaries to fix debuginfo (#249970)
54f7301
227b422
* Thu Apr 16 2009 Jeremy Katz <katzj@redhat.com> - 3.75-1
227b422
- update to 3.75
227b422
8407336
* Fri Apr 10 2009 Jeremy Katz <katzj@redhat.com> - 3.74-1
8407336
- update to 3.74
8407336
2230fd5
* Fri Feb 27 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 3.73-2
2230fd5
- fix arch issues 
2230fd5
41f009f
* Fri Feb 27 2009 Jeremy Katz <katzj@redhat.com> - 3.73-1
41f009f
- Update to 3.73
41f009f
9120ea5
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.61-4
9120ea5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9120ea5
544ec5d
* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.61-3
544ec5d
- fix license tag
544ec5d
8efdc72
* Mon Feb 25 2008 Peter Jones <pjones@redhat.com> - 3.61-2
8efdc72
- Remove 16bpp patch, hpa says that's there to cover a bug that's fixed.
8efdc72
- Remove x86_64 patch; building without it works now.
8efdc72
af4d961
* Thu Feb 21 2008 Peter Jones <pjones@redhat.com> - 3.61-1
8ed0072
- Update to 3.61 .
8ed0072
89a9290
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.36-9
89a9290
- Autorebuild for GCC 4.3
89a9290
Florian La Roche 073eb7f
* Wed Jan 09 2008 Florian La Roche <laroche@redhat.com> - 3.36-8
Florian La Roche 073eb7f
- spec in utf-8
Florian La Roche 073eb7f
- add URL tag
Florian La Roche 073eb7f
- own /usr/share/syslinux (rhbz#427816)
Florian La Roche 073eb7f
7f30676
* Wed Oct 17 2007 Peter Jones <pjones@redhat.com> - 3.36-7
7f30676
- Add necessary files for makebootfat to make usb images (patch from
7f30676
  Joel Granados <jgranado@redhat.com>)
7f30676
b99e32f
* Wed Oct  3 2007 Jeremy Katz <katzj@redhat.com> - 3.36-6
b99e32f
- fix menu system memory corruption (#239585)
b99e32f
d8c002f
* Tue Aug 14 2007 Jeremy Katz <katzj@redhat.com> - 3.36-5
d8c002f
- backport "menu hidden" support from upstream git
d8c002f
ad2fd82
* Fri May  4 2007 Jeremy Katz <katzj@redhat.com> - 3.36-4
ad2fd82
- switch to preferring 16bpp for graphical menu; this fixes the display for 
ad2fd82
  qemu, kvm, etc
ad2fd82
1c7403e
* Tue May  1 2007 Jeremy Katz <katzj@redhat.com> - 3.36-3
1c7403e
- fix countdown on boot images (#229491)
1c7403e
Florian La Roche 31098b0
* Tue Apr 03 2007 Florian La Roche <laroche@redhat.com> - 3.36-2
Florian La Roche 31098b0
- add upstream patch from 3.3x branch
Florian La Roche 31098b0
Florian La Roche 02162cc
* Mon Feb 12 2007 Florian La Roche <laroche@redhat.com> - 3.36-1
Florian La Roche 02162cc
- update to 3.36
Florian La Roche 02162cc
Florian La Roche 06d93a7
* Thu Feb 08 2007 Florian La Roche <laroche@redhat.com> - 3.35-1
Florian La Roche 06d93a7
- update to 3.35
Florian La Roche 06d93a7
3c0f3b8
* Thu Jan 18 2007 Jesse Keating <jkeating@redhat.com> - 3.31-2
3c0f3b8
- Make syslinux own /usr/lib/syslinux.
3c0f3b8
bdc33e2
* Wed Jan 17 2007 Jeremy Katz <katzj@redhat.com> - 3.31-1
bdc33e2
- update to 3.31
bdc33e2
eef306e
* Tue Aug 22 2006 Jesse Keating <jkeating@redhat.com> - 3.11-4
eef306e
- Obsolete syslinux-devel.
eef306e
- Couple cleanups for packaging guidelines
eef306e
8e20f0a
* Fri Jul 14 2006 David Cantrell <dcantrell@redhat.com> - 3.11-3
8e20f0a
- Remove com32/include/time.h and com32/include/sys/times.h
8e20f0a
- Replace CLK_TCK macros with CLOCKS_PER_SEC
8e20f0a
eb8cc8c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.11-2.1
eb8cc8c
- rebuild
eb8cc8c
a1eaab2
* Mon Jun 12 2006 Peter Jones <pjones@redhat.com> - 3.11-2
e6fd5d1
- Fold -devel subpackage into "syslinux"
e6fd5d1
25619b7
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.10-5
25619b7
- Use the actual file as a BuildRequire
25619b7
25619b7
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.10-4
6eeca4c
- Changed glibc-devel to glibc32 to get the 32bit package in
6eeca4c
6eeca4c
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.10-3
fe04164
- Added missing glibc-devel BuildRequires
fe04164
de975a0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.10-2.2
de975a0
- rebuilt for new gcc4.1 snapshot and glibc changes
de975a0
3212979
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3212979
- rebuilt
3212979
88d4e83
* Mon Aug 22 2005 Peter Jones <pjones@redhat.com> - 3.10-2
88d4e83
- Update to 3.10
88d4e83
- Don't do "make clean", so we actually ship the bins hpa gives us
4e0c4df
749f6d1
* Sat Jul  9 2005 Peter Jones <pjones@redhat.com> - 3.09-2
749f6d1
- Update to 3.09
749f6d1
a73c4e8
* Thu Jun 16 2005 Peter Jones <pjones@redhat.com> - 3.08.92-1
a73c4e8
- Update to 3.09-pre2, to fix the i915 .bss overflow bug
a73c4e8
e56e46e
* Thu May 19 2005 Peter Jones <pjones@redhat.com> - 3.08-3
e56e46e
- Fix filespec for samples in -devel
e56e46e
8cea810
* Thu May 19 2005 Peter Jones <pjones@redhat.com> - 3.08-2
8cea810
- update to 3.08
8cea810
ae4fd0a
* Wed Mar 16 2005 Peter Jones <pjones@redhat.com> - 3.07-2
ae4fd0a
- gcc4 update
ae4fd0a
bbfc8dc
* Thu Jan 13 2005 Peter Jones <pjones@redhat.com> - 3.07-1
bbfc8dc
- update to 3.07
bbfc8dc
bbfc8dc
* Tue Jan 11 2005 Peter Jones <pjones@redhat.com> - 3.06-1
bbfc8dc
- update to 3.06 , which should fix the directory parsing bug that wedges it
bbfc8dc
  with diskboot.img
bbfc8dc
- change README to README* in doc, to include README.menu and README.usbkey
bbfc8dc
f71bcff
* Tue Jan  4 2005 Peter Jones <pjones@redhat.com> - 3.02-2
f71bcff
- Beehive doesn't let you build in scratch and then build someplace else,
f71bcff
  arrrrgh.
f71bcff
5886e1b
* Tue Jan  4 2005 Peter Jones <pjones@redhat.com> - 3.02-1
5886e1b
- 3.02
5886e1b
- Make the spec a little closer to hpa's.
5886e1b
b3bb5e1
* Mon Jan  3 2005 Peter Jones <pjones@redhat.com> - 3.00-2
b3bb5e1
- make tag says the tag is there, make build says it's not.
b3bb5e1
  Bump release, try again.
b3bb5e1
413fc97
* Mon Jan  3 2005 Peter Jones <pjones@redhat.com> - 3.00-1
413fc97
- 3.00
413fc97
cvsdist 6217c2f
* Mon Aug 16 2004 Jeremy Katz <katzj@redhat.com> - 2.11-1
cvsdist 6217c2f
- 2.11
cvsdist 6217c2f
cvsdist 834a85f
* Fri Jul 30 2004 Jeremy Katz <katzj@redhat.com> - 2.10-1
cvsdist 834a85f
- update to 2.10
cvsdist 834a85f
cvsdist 4d7b0d3
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 4d7b0d3
- rebuilt
cvsdist 4d7b0d3
cvsdist 5b9b1ad
* Sat Apr 17 2004 Jeremy Katz <katzj@redhat.com> 2.0.8-3
cvsdist 5b9b1ad
- add syslinux-nomtools binary to be used for creating some installer images
cvsdist 5b9b1ad
cvsdist 5b9b1ad
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> 
cvsdist 5b9b1ad
- add netpbm-progs BuildRequires (#110255)
cvsdist 5b9b1ad
cvsdist dd07190
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dd07190
- rebuilt
cvsdist dd07190
cvsdist 152e33e
* Sun Dec 14 2003 Jeremy Katz <katzj@redhat.com> 2.08-1
cvsdist 152e33e
- 2.08
cvsdist 152e33e
cvsdist 5165899
* Fri Aug 22 2003 Jeremy Katz <katzj@redhat.com> 2.06-1
cvsdist 5165899
- 2.06
cvsdist 5165899
cvsdist 5165899
* Thu Aug 14 2003 Jeremy Katz <katzj@redhat.com> 2.05-1
cvsdist 5165899
- update to 2.05
cvsdist 5165899
cvsdist 5165899
* Mon Apr 21 2003 Jeremy Katz <katzj@redhat.com> 2.04-2
cvsdist 5165899
- add patch for samples to build on x86_64
cvsdist 5165899
- integrate some changes from upstream specfile (#88593)
cvsdist 5165899
cvsdist 5165899
* Fri Apr 18 2003 Jeremy Katz <katzj@redhat.com> 2.04-1
cvsdist 5165899
- update to 2.04
cvsdist 5165899
cvsdist 5165899
* Mon Feb  3 2003 Jeremy Katz <katzj@redhat.com> 2.01-1
cvsdist 5165899
- update to 2.01
cvsdist 5165899
cvsdist b299f01
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b299f01
- rebuilt
cvsdist b299f01
cvsdist b299f01
* Tue Jan 14 2003 Jeremy Katz <katzj@redhat.com> 2.00-3
cvsdist b299f01
- fix deps for x86_64
cvsdist b299f01
cvsdist b299f01
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 2.00-2
cvsdist b299f01
- build on both x86_64 and i386
cvsdist b299f01
cvsdist b299f01
* Fri Nov  1 2002 Jeremy Katz <katzj@redhat.com>
cvsdist b299f01
- update to 2.00
cvsdist b299f01
- add additional files as requested by hpa (#68073)
cvsdist b299f01
cvsdist e59b993
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e59b993
- automated rebuild
cvsdist e59b993
cvsdist bb4f2ea
* Tue Jun 18 2002 Jeremy Katz <katzj@redhat.com>
cvsdist bb4f2ea
- lss16toppm and ppmtolss16 are both perl scripts... turn off find-requires
cvsdist bb4f2ea
  so we don't suck in perl as a dependency for syslinux
cvsdist bb4f2ea
cvsdist bb4f2ea
* Mon Jun 17 2002 Jeremy Katz <katzj@redhat.com>
cvsdist bb4f2ea
- update to 1.75
cvsdist bb4f2ea
- include tools to create graphical image format needed by syslinux
cvsdist bb4f2ea
- include isolinux 
cvsdist bb4f2ea
- include pxelinux (#64942)
cvsdist bb4f2ea
cvsdist bb4f2ea
* Fri Jun 14 2002 Preston Brown <pbrown@redhat.com>
cvsdist bb4f2ea
- upgrade to latest version w/graphical screen support
cvsdist bb4f2ea
cvsdist bb4f2ea
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist bb4f2ea
- automated rebuild
cvsdist bb4f2ea
cvsdist bb4f2ea
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist bb4f2ea
- automated rebuild
cvsdist bb4f2ea
cvsdist 67225c8
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 67225c8
- Bump release + rebuild.
cvsdist 67225c8
cvsdist 17303c8
* Sat Feb 10 2001 Matt Wilson <msw@redhat.com>
cvsdist 17303c8
- 1.52
cvsdist 17303c8
cvsdist 17303c8
* Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
cvsdist 17303c8
- 1.51pre7
cvsdist 17303c8
cvsdist 17303c8
* Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
cvsdist 17303c8
- 1.51pre5
cvsdist 17303c8
cvsdist 17303c8
* Fri Jan 19 2001 Matt Wilson <msw@redhat.com>
cvsdist 17303c8
- 1.51pre3, with e820 detection
cvsdist 17303c8
cvsdist 17303c8
* Tue Dec 12 2000 Than Ngo <than@redhat.com>
cvsdist 17303c8
- rebuilt with fixed fileutils
cvsdist 17303c8
cvsdist 17303c8
* Thu Nov 9 2000 Than Ngo <than@redhat.com>
cvsdist 17303c8
- update to 1.49
cvsdist 17303c8
- update ftp site
cvsdist 17303c8
- clean up specfile
cvsdist 17303c8
- add some useful documents
cvsdist 17303c8
cvsdist 474ca89
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 474ca89
- add %%defattr (release 4)
cvsdist 474ca89
cvsdist 474ca89
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 474ca89
- automatic rebuild
cvsdist 474ca89
Florian La Roche 073eb7f
* Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 474ca89
- use %%{_tmppath}
cvsdist 474ca89
- change application group (Applications/Internet doesn't seem
cvsdist 474ca89
  right to me)
cvsdist 474ca89
- added BuildRequires
cvsdist 474ca89
cvsdist 474ca89
* Tue Apr 04 2000 Erik Troan <ewt@redhat.com>
cvsdist 474ca89
- initial packaging