Make syslinux own /usr/lib/syslinux.

This commit is contained in:
Jesse Keating 2007-01-19 20:12:31 +00:00
parent bdc33e2056
commit 3c0f3b8e4d

View File

@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux Name: syslinux
Version: 3.31 Version: 3.31
%define tarball_version 3.31 %define tarball_version 3.31
Release: 1 Release: 2
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2 Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
@ -81,6 +81,7 @@ rm -rf %{buildroot}
%{_bindir}/ppmtolss16 %{_bindir}/ppmtolss16
%{_bindir}/lss16toppm %{_bindir}/lss16toppm
%{_bindir}/gethostip %{_bindir}/gethostip
%dir %{_prefix}/lib/syslinux
%{_prefix}/lib/syslinux/*.com %{_prefix}/lib/syslinux/*.com
%{_prefix}/lib/syslinux/*.exe %{_prefix}/lib/syslinux/*.exe
%{_prefix}/lib/syslinux/*.c32 %{_prefix}/lib/syslinux/*.c32
@ -94,6 +95,9 @@ rm -rf %{buildroot}
%{_prefix}/lib/syslinux/com32 %{_prefix}/lib/syslinux/com32
%changelog %changelog
* Thu Jan 18 2007 Jesse Keating <jkeating@redhat.com> - 3.31-2
- Make syslinux own /usr/lib/syslinux.
* Wed Jan 17 2007 Jeremy Katz <katzj@redhat.com> - 3.31-1 * Wed Jan 17 2007 Jeremy Katz <katzj@redhat.com> - 3.31-1
- update to 3.31 - update to 3.31