[gpxe: 18/18] update to 1.0.1

Matt Domsch mdomsch at fedoraproject.org
Thu Aug 5 14:33:28 UTC 2010


commit 752d1653df2f92739107dc25da2a623a9101098d
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Thu Aug 5 09:33:10 2010 -0500

    update to 1.0.1

 .gitignore |    2 +-
 gpxe.spec  |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fdc8c2..bac0a37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-gpxe-1.0.0.tar.bz2
+gpxe-1.0.1.tar.bz2
diff --git a/gpxe.spec b/gpxe.spec
index 0882ee6..1c6202f 100644
--- a/gpxe.spec
+++ b/gpxe.spec
@@ -1,6 +1,6 @@
 %define formats rom
 # ne is only for backwards compat with older versions of qemu
-%define qemuroms rtl8029 ne e1000-0x100e pcnet32 rtl8139 virtio-net
+%define qemuroms rtl8029 ne 8086100e pcnet32 rtl8139 virtio-net
 %define buildarches %{ix86} x86_64
 
 # debugging firmwares does not goes the same way as a normal program.
@@ -9,7 +9,7 @@
 %global debug_package %{nil}
 
 Name:    gpxe
-Version: 1.0.0
+Version: 1.0.1
 Release: 1%{?dist}
 Summary: A network boot loader
 
@@ -140,6 +140,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Aug  5 2010 Matt Domsch <mdomsch at fedoraproject.org> - 1.0.1-1
+- New drivers: Intel e1000, e1000e, igb, EFI snpnet, JMicron jme,
+  Neterion X3100, vxge, pcnet32.
+- Bug fixes and improvements to drivers, wireless, DHCP, iSCSI,
+  COMBOOT, and EFI.
 * Tue Feb  2 2010 Matt Domsch <mdomsch at fedoraproject.org> - 1.0.0-1
 - bugfix release, also adds wireless card support
 - bnx2 builds again
diff --git a/sources b/sources
index 6edf983..4b5c4a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15cb4bcc1c37dd96f47009da5e3f20b5  gpxe-1.0.0.tar.bz2
+38ae67a440abd2aea139495022ee4912  gpxe-1.0.1.tar.bz2


More information about the scm-commits mailing list