Update to latest GIT snapshot

This commit is contained in:
Daniel P. Berrange 2013-01-03 09:21:29 +00:00
parent 583e9f4481
commit 5971782d0f
2 changed files with 15 additions and 5 deletions

View File

@ -31,12 +31,12 @@
# #
# And then change these two: # And then change these two:
%global date 20120328 %global date 20130103
%global hash aac9718 %global hash 717279a
Name: ipxe Name: ipxe
Version: %{date} Version: %{date}
Release: 2.git%{hash}%{?dist} Release: 1.git%{hash}%{?dist}
Summary: A network boot loader Summary: A network boot loader
Group: System Environment/Base Group: System Environment/Base
@ -113,6 +113,12 @@ cp -a %{SOURCE1} .
%build %build
%ifarch %{buildarches} %ifarch %{buildarches}
# The src/Makefile.housekeeping relies on .git/index existing
# but since we pass GITVERSION= to make, we don't actally need
# it to be the real deal, so just touch it to let the build pass
mkdir .git
touch .git/index
ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin
cd src cd src
# ath9k drivers are too big for an Option ROM # ath9k drivers are too big for an Option ROM
@ -120,7 +126,8 @@ rm -rf drivers/net/ath/ath9k
#make %{?_smp_mflags} bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} allroms \ #make %{?_smp_mflags} bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} allroms \
make bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} allroms \ make bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} allroms \
ISOLINUX_BIN=${ISOLINUX_BIN} NO_WERROR=1 V=1 ISOLINUX_BIN=${ISOLINUX_BIN} NO_WERROR=1 V=1 \
GITVERSION=%{hash}
%endif %endif
%install %install
@ -170,6 +177,9 @@ done
%endif %endif
%changelog %changelog
* Thu Jan 3 2013 Daniel P. Berrange <berrange@redhat.com> - 20130103-1.git717279a
- Updated to latest GIT snapshot
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120328-2.gitaac9718 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120328-2.gitaac9718
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
6f6f6367cdcb9fcdae480e08955c77a1 ipxe-20120328-gitaac9718.tar.gz 028f4efe40197717a6d696ea3d2d7f6e ipxe-20130103-git717279a.tar.gz