diff --git a/syslinux.spec b/syslinux.spec index f42f9e0..b0e9897 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,9 +2,10 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 3.36 %define tarball_version 3.36 -Release: 7%{?dist} -License: GPL +Release: 8%{?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 Patch0: syslinux-2.08-x86_64.patch Patch3: syslinux-3.36.patch @@ -101,10 +102,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 +%{_datadir}/syslinux/ %changelog +* Wed Jan 09 2008 Florian La Roche - 3.36-8 +- spec in utf-8 +- add URL tag +- own /usr/share/syslinux (rhbz#427816) + * Wed Oct 17 2007 Peter Jones - 3.36-7 - Add necessary files for makebootfat to make usb images (patch from Joel Granados ) @@ -310,7 +315,7 @@ rm -rf %{buildroot} * Wed Jul 12 2000 Prospector - automatic rebuild -* Thu Jul 06 2000 Trond Eivind Glomsrød +* Thu Jul 06 2000 Trond Eivind Glomsrød - use %%{_tmppath} - change application group (Applications/Internet doesn't seem right to me)