mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
Tweaks. No longer tracking xnba source code in xcat-dep, src.rpm will have the exact source and git will hold the rest
Former-commit-id: 685ce1bf874984596951498290580e6dad6d4553
This commit is contained in:
parent
13ece7a147
commit
4051331a10
@ -21,14 +21,15 @@ ExclusiveArch: i386 x86_64
|
||||
%define os_release %(rpm -q --qf '%%{release}' %{Distribution}-release | cut -d"." -f 1)
|
||||
|
||||
|
||||
Source0: xnba-%{version}.tar.bz2
|
||||
#git from 2011/12/15
|
||||
Source0: xnba-%{version}-111215.tar.bz2
|
||||
|
||||
%description
|
||||
The xNBA network bootloader provides network boot capability for virtual machines with e1000 and virtio network devices. This includes iSCSI and PXE with tftp or ftp image download capability. It is a modified variant of iPXE
|
||||
|
||||
%prep
|
||||
|
||||
%setup -n xnba-%{version}
|
||||
%setup -n xnba
|
||||
|
||||
%build
|
||||
|
||||
|
@ -15,14 +15,15 @@ BuildArch: noarch
|
||||
%define os_release %(rpm -q --qf '%%{release}' %{Distribution}-release | cut -d"." -f 1)
|
||||
|
||||
|
||||
Source0: xnba-%{version}.tar.bz2
|
||||
#git from 2011/12/15
|
||||
Source0: xnba-%{version}-111215.tar.bz2
|
||||
|
||||
%description
|
||||
The xCAT Network Boot Agent is a slightly modified version of gPXE. It provides enhanced boot features for any UNDI compliant x86 host. This includes iSCSI, http/ftp downloads, and gPXE script based booting.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -n xnba-%{version}
|
||||
%setup -n xnba
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user