auto-import changelog data from syslinux-1.75-2.src.rpm
Tue Jun 18 2002 Jeremy Katz <katzj@redhat.com> - lss16toppm and ppmtolss16 are both perl scripts... turn off find-requires so we don't suck in perl as a dependency for syslinux Mon Jun 17 2002 Jeremy Katz <katzj@redhat.com> - update to 1.75 - include tools to create graphical image format needed by syslinux - include isolinux - include pxelinux (#64942) Fri Jun 14 2002 Preston Brown <pbrown@redhat.com> - upgrade to latest version w/graphical screen support Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
67225c8a5b
commit
bb4f2eaf60
@ -1 +1 @@
|
||||
syslinux-1.52.tar.bz2
|
||||
syslinux-1.75.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
c6f1de7c06569aa6f58ecc5c0e60382f syslinux-1.52.tar.bz2
|
||||
e47546183afb2b2597aeb09bd4048bd1 syslinux-1.75.tar.gz
|
||||
|
@ -1,13 +1,15 @@
|
||||
Summary: Simple kernel loader which boots from a FAT filesystem
|
||||
Name: syslinux
|
||||
Version: 1.52
|
||||
Version: 1.75
|
||||
Release: 2
|
||||
Copyright: BSD
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.gz
|
||||
ExclusiveArch: i386
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: nasm, perl
|
||||
Autoreq: 0
|
||||
Requires: libc.so.6
|
||||
|
||||
%description
|
||||
Syslinux is a simple kernel loader. It normally loads the kernel (and an
|
||||
@ -18,24 +20,47 @@ PXE bootloader during network boots.
|
||||
%setup -q -n syslinux-%{version}
|
||||
|
||||
%build
|
||||
#make DATE="$(echo `date +%%m-%%d-%%Y` RH build)"
|
||||
make
|
||||
make clean
|
||||
make installer
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||
make BINDIR=$RPM_BUILD_ROOT/usr/bin install
|
||||
mkdir -p %{buildroot}/usr/bin
|
||||
make INSTALLROOT=%{buildroot} install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS README *.doc COPYING
|
||||
/usr/bin/syslinux
|
||||
%doc NEWS README TODO COPYING
|
||||
%doc distrib.doc isolinux.doc pxelinux.doc syslinux.doc
|
||||
%{_bindir}/lss16toppm
|
||||
%{_bindir}/ppmtolss16
|
||||
%{_bindir}/syslinux
|
||||
%{_libdir}/syslinux
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2002 Jeremy Katz <katzj@redhat.com>
|
||||
- lss16toppm and ppmtolss16 are both perl scripts... turn off find-requires
|
||||
so we don't suck in perl as a dependency for syslinux
|
||||
|
||||
* Mon Jun 17 2002 Jeremy Katz <katzj@redhat.com>
|
||||
- update to 1.75
|
||||
- include tools to create graphical image format needed by syslinux
|
||||
- include isolinux
|
||||
- include pxelinux (#64942)
|
||||
|
||||
* Fri Jun 14 2002 Preston Brown <pbrown@redhat.com>
|
||||
- upgrade to latest version w/graphical screen support
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user