X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=blobdiff_plain;f=openvswitch.spec;fp=openvswitch.spec;h=a7faab0dc78944c128fac15f5f9528c20763d941;hp=6527ab4293563bb6dfefd5c1f4b8e806f6fa54b6;hb=340a84bc75bcabf8cda57fe8124c6db7896aff5d;hpb=fda59196aa4114f211bb4bed768541ffe5ee6344 diff --git a/openvswitch.spec b/openvswitch.spec index 6527ab4..a7faab0 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -22,14 +22,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: BuildRequires: kernel-devel -Source0: openvswitch-sources.tar.gz +Source0: openvswitch-%{version}.tar.gz %description Openvswitch - virtual switches on PlanetLab %prep %setup -tar xvfz openvswitch-sources.tar.gz --strip=1 +tar xvfz openvswitch-%{version}.tar.gz --strip=1 %build KVER=`ls -l /usr/src/kernels | awk '{printf $9;}'`