From: Sapan Bhatia Date: Mon, 17 Jan 2011 22:43:30 +0000 (-0500) Subject: Debugging... X-Git-Tag: openvswitch-1.1.0pre2-1~4 X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=commitdiff_plain;h=cae3c47018202bf6c95d78d1d1bccb1835eb20b3 Debugging... --- diff --git a/openvswitch.spec b/openvswitch.spec index 3a73c57..cb06c76 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -27,6 +27,9 @@ Openvswitch - virtual switches on PlanetLab %prep %setup +wget %{Source} +tar xvfz openvswitch-%{version}.tar.gz +cd openvswitch-%{version} %build KVER=`ls -l /usr/src/kernels | awk '{printf $9;}'`