X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=blobdiff_plain;f=openvswitch.spec;fp=openvswitch.spec;h=cb06c7692d8f1d54119f2787f92199ce35afdad3;hp=3a73c57829afb13da5373d9051ca6dc90bae5494;hb=cae3c47018202bf6c95d78d1d1bccb1835eb20b3;hpb=7600a57c50d9662535e289f1341458b27fd7ed2a 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;}'`