rpms/gpxe/devel .cvsignore, 1.2, 1.3 gpxe.spec, 1.5, 1.6 sources, 1.2, 1.3

Matt Domsch mdomsch at fedoraproject.org
Tue Oct 27 22:39:58 UTC 2009


Author: mdomsch

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

Modified Files:
	.cvsignore gpxe.spec sources 
Log Message:
update to gpxe 0.9.9 plus cvs fixes


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gpxe/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	10 May 2009 01:11:21 -0000	1.2
+++ .cvsignore	27 Oct 2009 22:39:58 -0000	1.3
@@ -1 +1 @@
-gpxe-0.9.7.tar.bz2
+gpxe-0.9.9.tar.bz2


Index: gpxe.spec
===================================================================
RCS file: /cvs/extras/rpms/gpxe/devel/gpxe.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gpxe.spec	6 Oct 2009 03:27:50 -0000	1.5
+++ gpxe.spec	27 Oct 2009 22:39:58 -0000	1.6
@@ -9,8 +9,8 @@
 %global debug_package %{nil}
 
 Name:    gpxe
-Version: 0.9.7
-Release: 6%{?dist}
+Version: 0.9.9
+Release: 1.20091018git%{?dist}
 Summary: A network boot loader
 
 Group:   System Environment/Base
@@ -19,6 +19,7 @@ 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}
@@ -74,6 +75,7 @@ DNS, HTTP, iSCSI, etc.
 %prep
 %setup -q
 cp -a %{SOURCE1} .
+%patch0 -p1
 
 %build
 %ifarch %{buildarches}
@@ -142,6 +144,19 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* 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
+   other release-critical bugs.
+-- 0.9.9: added Attansic L1E and sis190/191 ethernet drivers.  Fixes
+   and updates to e1000 and 3c90x drivers.
+-- 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
+   system.  Rewrites, fixes, and updates to 3c90x, forcedeth, pcnet32,
+   e1000, and hermon drivers.
+
 * Mon Oct  5 2009 Matt Domsch <mdomsch at fedoraproject.org> - 0.9.7-6
 - move rtl8029 from -roms to -roms-qemu for qemu ne2k_pci NIC (BZ 526776)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gpxe/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	10 May 2009 01:11:21 -0000	1.2
+++ sources	27 Oct 2009 22:39:58 -0000	1.3
@@ -1 +1 @@
-b98151de60569e015bbc663445f0f3c5  gpxe-0.9.7.tar.bz2
+6a2a45beb861fa9302ce2114a427cc54  gpxe-0.9.9.tar.bz2




More information about the fedora-extras-commits mailing list