auto-import changelog data from syslinux-1.52-1.src.rpm

Sat Feb 10 2001 Matt Wilson <msw@redhat.com>
- 1.52
Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
- 1.51pre7
Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
- 1.51pre5
Fri Jan 19 2001 Matt Wilson <msw@redhat.com>
- 1.51pre3, with e820 detection
Tue Dec 12 2000 Than Ngo <than@redhat.com>
- rebuilt with fixed fileutils
Thu Nov 09 2000 Than Ngo <than@redhat.com>
- update to 1.49
- update ftp site
- clean up specfile
- add some useful documents
This commit is contained in:
cvsdist 2004-09-09 12:53:02 +00:00
parent 474ca89eb0
commit 17303c8a8c
3 changed files with 31 additions and 8 deletions

View File

@ -1 +1 @@
syslinux-1.48.tar.gz
syslinux-1.52.tar.bz2

View File

@ -1 +1 @@
c46503e81fa8375a097a8e5f2c58d26b syslinux-1.48.tar.gz
c6f1de7c06569aa6f58ecc5c0e60382f syslinux-1.52.tar.bz2

View File

@ -1,13 +1,13 @@
Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 1.48
Release: 4
Version: 1.52
Release: 1
Copyright: BSD
Group: Applications/System
Source0: ftp://sunsite.unc.edu/pub/Linux/system/boot/loaders/syslinux-1.48.tar.gz
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2
ExclusiveArch: i386
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: nasm, perl
BuildPrereq: nasm, perl
%description
Syslinux is a simple kernel loader. It normally loads the kernel (and an
@ -15,13 +15,15 @@ optional initrd image) from a FAT filesystem. It can also be used as a
PXE bootloader during network boots.
%prep
%setup -q
%setup -q -n syslinux-%{version}
%build
#make DATE="$(echo `date +%%m-%%d-%%Y` RH build)"
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
make BINDIR=$RPM_BUILD_ROOT/usr/bin install
@ -30,10 +32,31 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc NEWS README syslinux.doc COPYING
%doc NEWS README *.doc COPYING
/usr/bin/syslinux
%changelog
* Sat Feb 10 2001 Matt Wilson <msw@redhat.com>
- 1.52
* Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
- 1.51pre7
* Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
- 1.51pre5
* Fri Jan 19 2001 Matt Wilson <msw@redhat.com>
- 1.51pre3, with e820 detection
* Tue Dec 12 2000 Than Ngo <than@redhat.com>
- rebuilt with fixed fileutils
* Thu Nov 9 2000 Than Ngo <than@redhat.com>
- update to 1.49
- update ftp site
- clean up specfile
- add some useful documents
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- add %%defattr (release 4)