Update to latest GIT snapshot
This commit is contained in:
parent
583e9f4481
commit
5971782d0f
18
ipxe.spec
18
ipxe.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user