rpms/etherboot/F-11 etherboot.spec,1.17,1.18

Mark McLoughlin markmc at fedoraproject.org
Mon Oct 5 15:05:18 UTC 2009


Author: markmc

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

Modified Files:
	etherboot.spec 
Log Message:
* Mon Oct  5 2009 Mark McLoughlin <markmc at redhat.com> - 5.4.4-17
- Include rtl8209 in etherboot-zroms-qemu (#526781)



Index: etherboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/etherboot/F-11/etherboot.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- etherboot.spec	23 Jun 2009 11:46:18 -0000	1.17
+++ etherboot.spec	5 Oct 2009 15:05:18 -0000	1.18
@@ -7,7 +7,7 @@
 
 Name: etherboot
 Version: 5.4.4
-Release: 16%{?dist}
+Release: 17%{?dist}
 Summary: Etherboot collection of boot roms
 
 Group: Development/Tools
@@ -148,8 +148,9 @@ popd
 
 # the roms supported by kvm will be packaged separatedly
 # remove from the main rom list and add them to kvm.list
-for fmt in rom zrom;do 
-	for rom in ne e1000-82542 pcnet32 rtl8139 virtio-net;do
+# ne is included only for compatibility with earlier versions of qemu
+for fmt in rom zrom;do
+	for rom in rtl8209 ne e1000-82542 pcnet32 rtl8139 virtio-net;do
 		sed -i -e "/\/${rom}.${fmt}/d" ${fmt}.list
 		echo %{_datadir}/%{name}/${rom}.${fmt} >> kvm.${fmt}.list
 	done
@@ -183,6 +184,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Oct  5 2009 Mark McLoughlin <markmc at redhat.com> - 5.4.4-17
+- Include rtl8209 in etherboot-zroms-qemu (#526781)
+
 * Tue Jun 23 2009 Mark McLoughlin <markmc at redhat.com> - 5.4.4-16
 - Fix e1000 PXE boot - caused by compiler optimization (bug #507391)
 




More information about the fedora-extras-commits mailing list