rpms/gpxe/devel .cvsignore, 1.3, 1.4 gpxe.spec, 1.6, 1.7 sources, 1.3, 1.4 gpxe-0.9.9-20091018.patch, 1.1, NONE

Matt Domsch mdomsch at fedoraproject.org
Wed Feb 3 05:42:44 UTC 2010


Author: mdomsch

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

Modified Files:
	.cvsignore gpxe.spec sources 
Removed Files:
	gpxe-0.9.9-20091018.patch 
Log Message:
update to 1.0.0 milestone release - congrats to the gPXE development team!


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gpxe/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Oct 2009 22:39:58 -0000	1.3
+++ .cvsignore	3 Feb 2010 05:42:44 -0000	1.4
@@ -1 +1 @@
-gpxe-0.9.9.tar.bz2
+gpxe-1.0.0.tar.bz2


Index: gpxe.spec
===================================================================
RCS file: /cvs/extras/rpms/gpxe/devel/gpxe.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- gpxe.spec	27 Oct 2009 22:39:58 -0000	1.6
+++ gpxe.spec	3 Feb 2010 05:42:44 -0000	1.7
@@ -9,8 +9,8 @@
 %global debug_package %{nil}
 
 Name:    gpxe
-Version: 0.9.9
-Release: 1.20091018git%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
 Summary: A network boot loader
 
 Group:   System Environment/Base
@@ -19,7 +19,6 @@ URL:     http://etherboot.org/
 
 Source0: http://git.etherboot.org/releases/%{name}/%{name}-%{version}.tar.bz2
 Source1: USAGE
-Patch0:  gpxe-0.9.9-20091018.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %ifarch %{buildarches}
@@ -75,7 +74,6 @@ DNS, HTTP, iSCSI, etc.
 %prep
 %setup -q
 cp -a %{SOURCE1} .
-%patch0 -p1
 
 %build
 %ifarch %{buildarches}
@@ -85,8 +83,6 @@ ISOLINUX_BIN=/usr/share/syslinux/isolinu
 cd src
 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]
 make %{?_smp_mflags} allroms
 %endif
 
@@ -144,6 +140,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Feb  2 2010 Matt Domsch <mdomsch at fedoraproject.org> - 1.0.0-1
+- bugfix release, also adds wireless card support
+- bnx2 builds again
+- drop our one patch
+
 * Tue Oct 27 2009 Matt Domsch <mdomsch at fedoraproject.org> - 0.9.9-1
 - new upstream version 0.9.9
 -- plus patches from git up to 20090818 which fix build errors and
@@ -153,7 +154,7 @@ rm -rf $RPM_BUILD_ROOT
 -- 0.9.8: new commands: time, sleep, md5sum, sha1sum. 802.11 wireless
    support with Realtek 8180/8185 and non-802.11n Atheros drivers.
    New Marvell Yukon-II gigabet Ethernet driver.  HTTP redirection
-   support.  SYSLINUX foloopy image type (.sdsk) with usable file
+   support.  SYSLINUX floppy image type (.sdsk) with usable file
    system.  Rewrites, fixes, and updates to 3c90x, forcedeth, pcnet32,
    e1000, and hermon drivers.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gpxe/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Oct 2009 22:39:58 -0000	1.3
+++ sources	3 Feb 2010 05:42:44 -0000	1.4
@@ -1 +1 @@
-6a2a45beb861fa9302ce2114a427cc54  gpxe-0.9.9.tar.bz2
+15cb4bcc1c37dd96f47009da5e3f20b5  gpxe-1.0.0.tar.bz2


--- gpxe-0.9.9-20091018.patch DELETED ---



More information about the scm-commits mailing list