X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=openvswitch.spec;h=8aa41f64162e9a4945f3d6b1f8f542fe474cdaf5;hb=a0950040d6c30c8265b73a3144e48ba37959daf8;hp=ce825c05e37c49588da4eab621e55150410c67d0;hpb=b49568030205a8a94a96894b74ca58f37a4a7ca2;p=openvswitch.git diff --git a/openvswitch.spec b/openvswitch.spec index ce825c0..8aa41f6 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -20,6 +20,7 @@ License: GPL Group: System Environment/Kernel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: +BuildRequires: kernel-devel Source0: openvswitch-%{version}.tar.gz @@ -30,7 +31,6 @@ Openvswitch - virtual switches on PlanetLab %setup wget %{upstream} tar xvfz openvswitch-%{version}.tar.gz --strip=1 -cd openvswitch-%{version} %build KVER=`ls -l /usr/src/kernels | awk '{printf $9;}'`