Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
gPXE
> gpxe.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File gpxe.spec of Package gPXE (Revision 9)
Currently displaying revision
9
,
show latest
Name: gpxe Version: 0.9.9 Release: 1 License: GPL Url: http://etherboot.org/ Group: System Summary: network bootloader Source0: http://kernel.org/pub/software/utils/boot/gpxe/%{name}-%{version}.tar.bz2 Patch0: gpxe-isolinux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: syslinux gcc binutils mtools perl make mkisofs %description gPXE is an open source (GPL) network bootloader. It provides a direct replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. %prep %setup -n %{name}-%{version} %if 0%{?suse_version} %patch0 %endif %build cd src %__make %install cd src %__install -d 0755 %{buildroot}%{_datadir}/%{name}/bin/ for FILE in bin/gpxe.dsk bin/gpxe.usb bin/gpxe.iso bin/undionly.kpxe ; do %__install -m 0644 ${FILE} %{buildroot}%{_datadir}/%{name}/ done %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING COPYRIGHTS README LOG VERSION %{_datadir}/%{name} * Thu Oct 22 2009 Carsten Schoene <cs@linux-administrator.com> - 0.9.9-1 - update to 0.9.9 - New Attansic L1E and sis190/191 Ethernet drivers. - Fixes and updates to e1000 and 3c90x drivers. - changes from 0.9.8 - New commands: time, sleep, md5sum, and sha1sum. - 802.11 wireless support with Realtek 8180/8185 and non-802.11n Atheros drivers. - A new Marvell Yukon-II gigabit Ethernet driver - HTTP redirection support. - SYSLINUX floppy image type (.sdsk) with a usable file system. - Rewrites, fixes, and updates to 3c90x, forcedeth, pcnet32, e1000, and hermon drivers