From 4051331a10fe32c90bb303dfa3a118b202b5d991 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 15 Dec 2011 18:53:27 +0000 Subject: [PATCH] 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 --- xnba/xnba-kvm.spec | 5 +++-- xnba/xnba-undi.spec | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xnba/xnba-kvm.spec b/xnba/xnba-kvm.spec index 4903174..36eae7a 100644 --- a/xnba/xnba-kvm.spec +++ b/xnba/xnba-kvm.spec @@ -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 diff --git a/xnba/xnba-undi.spec b/xnba/xnba-undi.spec index 3d33d3c..dde912b 100644 --- a/xnba/xnba-undi.spec +++ b/xnba/xnba-undi.spec @@ -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