rpms/gpxe/devel gpxe.spec,1.1,1.2

Matt Domsch mdomsch at fedoraproject.org
Tue May 12 14:19:23 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/gpxe/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4045

Modified Files:
	gpxe.spec 
Log Message:
add dist tag and handle isolinux changing paths


Index: gpxe.spec
===================================================================
RCS file: /cvs/extras/rpms/gpxe/devel/gpxe.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gpxe.spec	10 May 2009 01:11:21 -0000	1.1
+++ gpxe.spec	12 May 2009 14:18:53 -0000	1.2
@@ -9,7 +9,7 @@
 
 Name:    gpxe
 Version: 0.9.7
-Release: 1
+Release: 3%{?dist}
 Summary: A network boot loader
 
 Group:   System Environment/Base
@@ -75,8 +75,11 @@ cp -a %{SOURCE1} .
 
 %build
 %ifarch %{buildarches}
+# Fedora 10 and newer, location is in /usr/share.  Older is in /usr/lib.
+ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin
+[ -e /usr/lib/syslinux/isolinux.bin ] && ISOLINUX_BIN=/usr/lib/syslinux/isolinux.bin
 cd src
-make %{?_smp_mflags} ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin
+make %{?_smp_mflags} ISOLINUX_BIN=${ISOLINUX_BIN}
 make %{?_smp_mflags} bin/gpxe.lkrn
 # The bnx2 firmware is too large to fit into an option ROM.
 rm drivers/net/bnx2*.[ch]
@@ -136,5 +139,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue May 12 2009 Matt Domsch <mdomsch at fedoraproject.org> - 0.9.7-3
+- handle isolinux changing paths
+
+* Sat May  9 2009 Matt Domsch <mdomsch at fedoraproject.org> - 0.9.7-2
+- add dist tag
+
 * Thu Mar 26 2009 Matt Domsch <mdomsch at fedoraproject.org> - 0.9.7-1
 - Initial release based on etherboot spec




More information about the fedora-extras-commits mailing list