rpms/etherboot/devel etherboot.spec,1.3,1.4

Eduardo Habkost ehabkost at fedoraproject.org
Mon Dec 1 16:44:03 UTC 2008


Author: ehabkost

Update of /cvs/pkgs/rpms/etherboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29819

Modified Files:
	etherboot.spec 
Log Message:
Fix .zrom file list filtering

sed for '.${fmt}' instead of '.rom'




Index: etherboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/etherboot/devel/etherboot.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- etherboot.spec	1 Dec 2008 16:05:57 -0000	1.3
+++ etherboot.spec	1 Dec 2008 16:43:33 -0000	1.4
@@ -152,7 +152,7 @@
 # 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
-		sed -i -e "/\/${rom}.rom/d" ${fmt}.list
+		sed -i -e "/\/${rom}.${fmt}/d" ${fmt}.list
 		echo %{_datadir}/%{name}/${rom}.${fmt} >> kvm.${fmt}.list
 	done
 done




More information about the fedora-extras-commits mailing list