Make syslinux own /usr/lib/syslinux.
This commit is contained in:
parent
bdc33e2056
commit
3c0f3b8e4d
@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
|
||||
Name: syslinux
|
||||
Version: 3.31
|
||||
%define tarball_version 3.31
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
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}/lss16toppm
|
||||
%{_bindir}/gethostip
|
||||
%dir %{_prefix}/lib/syslinux
|
||||
%{_prefix}/lib/syslinux/*.com
|
||||
%{_prefix}/lib/syslinux/*.exe
|
||||
%{_prefix}/lib/syslinux/*.c32
|
||||
@ -94,6 +95,9 @@ rm -rf %{buildroot}
|
||||
%{_prefix}/lib/syslinux/com32
|
||||
|
||||
%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
|
||||
- update to 3.31
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user