Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
xen
:
redhat
>
pypxeboot
> pypxeboot.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pypxeboot.spec of Package pypxeboot
Summary: A simple python-based bootloader to fake PXE booting for Xen DomUs. Name: pypxeboot Version: 0.0.2 Release: 2 Group: System Environment/Daemons License: GPL Vendor: Stephen Childs URL: http://www.cs.tcd.ie/Stephen.Childs/pypxeboot Source0: pypxeboot-%{version}.tar.gz Patch1: pypxeboot-misc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch #BuildRequires: Requires: udhcp == 0.9.8-1usermac, tftp >= 0.39 #ExclusiveArch: i386 i686 x86_64 %description pypxeboot uses a modified version of udhcpc that allows MAC address to be passed on the command line. Also uses tftp client to download configuration and images. %prep %setup -q %patch1 -p0 %build # nothing to build %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/bin mkdir -p %{buildroot}/usr/share/udhcpc mkdir -p %{buildroot}/usr/share/pypxeboot install pypxeboot %{buildroot}/usr/bin/pypxeboot install README %{buildroot}/usr/share/pypxeboot/README install COPYING %{buildroot}/usr/share/pypxeboot/COPYING install AUTHORS %{buildroot}/usr/share/pypxeboot/AUTHORS install outputpy.udhcp.sh %{buildroot}/usr/share/udhcpc/outputpy.udhcp.sh %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/bin/* /usr/share/udhcpc/outputpy.udhcp.sh /usr/share/pypxeboot/* %changelog * Sun Dec 28 2008 Sascha Guenther <sascha@argc.de> - [0.0.2-2] - Change the trailing space remove, because of EOF problems - Change the path of udhcpc * Fri Feb 16 2007 Stephen Childs <childss@cs.tcd.ie> - [0.0.2-1] - better management of downloaded kernels - changed requirement to require modified udhcp * Tue Feb 6 2007 Kurt Hackel <kurt.hackel@oracle.com> - [0.0.1-1] - initial version of specfile