X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=openvswitch.spec;h=a7faab0dc78944c128fac15f5f9528c20763d941;hb=7612499af8feab9f2815c63d477771b4d2ca9e44;hp=6527ab4293563bb6dfefd5c1f4b8e806f6fa54b6;hpb=fda59196aa4114f211bb4bed768541ffe5ee6344;p=openvswitch.git 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;}'`