X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=openvswitch.spec;h=a7faab0dc78944c128fac15f5f9528c20763d941;hb=340a84bc75bcabf8cda57fe8124c6db7896aff5d;hp=a384470cb1f627e83702419dfa5c6f68c1d4b014;hpb=9bb5a9791d4787f40fbcb849735bc1b36721c5ec;p=openvswitch.git diff --git a/openvswitch.spec b/openvswitch.spec index a384470..a7faab0 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -1,7 +1,7 @@ %define url $URL$ %define name openvswitch -%define version 1.4pre +%define version ef72dd8 %define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -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;}'`