[fedora-virt-maint] rpms/etherboot/F-12 etherboot.spec,1.18,1.19

Mark McLoughlin markmc at fedoraproject.org
Mon Oct 5 15:04:26 UTC 2009


Author: markmc

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

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



Index: etherboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/etherboot/F-12/etherboot.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- etherboot.spec	24 Jul 2009 22:19:51 -0000	1.18
+++ etherboot.spec	5 Oct 2009 15:04:26 -0000	1.19
@@ -7,7 +7,7 @@
 
 Name: etherboot
 Version: 5.4.4
-Release: 17%{?dist}
+Release: 18%{?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-18
+- Include rtl8209 in etherboot-zroms-qemu (#526781)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.4.4-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the Fedora-virt-maint mailing list