rpms/etherboot/F-11 etherboot.spec,1.14,1.15

Mark McLoughlin markmc at fedoraproject.org
Fri Jun 19 16:31:30 UTC 2009


Author: markmc

Update of /cvs/pkgs/rpms/etherboot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15006

Modified Files:
	etherboot.spec 
Log Message:
* Fri Jun 19 2009 Mark McLoughlin <markmc at redhat.com> - 5.4.4-15
- Disable ASK_BOOT (bug #506616)



Index: etherboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/etherboot/F-11/etherboot.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- etherboot.spec	25 May 2009 13:38:50 -0000	1.14
+++ etherboot.spec	19 Jun 2009 16:31:29 -0000	1.15
@@ -9,7 +9,7 @@
 # on the other arches, we will use the prebuilt binaries
 Name: etherboot
 Version: 5.4.4
-Release: 14%{?dist}
+Release: 15%{?dist}
 Summary: Etherboot collection of boot roms
 
 Group: Development/Tools
@@ -111,6 +111,8 @@ installed. Etherboot is code that can be
 %ifarch %{ix86}
 # Enable PXE_DHCP_STRICT (see bug #494541)
 sed -i -e 's/# \(CFLAGS.*PXE_DHCP_STRICT\)/\1/' src/Config
+# Disable ASK_BOOT (see bug #506616)
+sed -i -e 's/^\(CFLAGS.*-DASK_BOOT\)=3/\1=-1/' src/Config
 
 # undi is broken by now
 sed -i -e '/undi/d' src/Families
@@ -178,6 +180,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jun 19 2009 Mark McLoughlin <markmc at redhat.com> - 5.4.4-15
+- Disable ASK_BOOT (bug #506616)
+
 * Mon May 25 2009 Mark McLoughlin <markmc at redhat.com> - 5.4.4-14
 - Enable PXE_DHCP_STRICT to fix PXE boot failures (bug #494541)
 




More information about the fedora-extras-commits mailing list