fix license tag

This commit is contained in:
Tom Callaway 2008-09-06 19:15:14 +00:00
parent 8efdc720ea
commit 544ec5d120

View File

@ -2,8 +2,8 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 3.61
%define tarball_version 3.61
Release: 2%{?dist}
License: GPL
Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://syslinux.zytor.com/
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
@ -96,6 +96,9 @@ rm -rf %{buildroot}
%{_datadir}/syslinux/
%changelog
* Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.61-3
- fix license tag
* Mon Feb 25 2008 Peter Jones <pjones@redhat.com> - 3.61-2
- Remove 16bpp patch, hpa says that's there to cover a bug that's fixed.
- Remove x86_64 patch; building without it works now.