X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=blobdiff_plain;f=openvswitch.spec;fp=openvswitch.spec;h=81cb892094a07714ae69f1e89ead04e528593c28;hp=a3cb4a84998b43cca921e5d26914069eba3afa92;hb=e68d7f6810ec1a89b7ed88ed03da54b6b22a2d8e;hpb=8cde40eb855a1c7900355633ccdaa13bc58bdbb0 diff --git a/openvswitch.spec b/openvswitch.spec index a3cb4a8..81cb892 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -1,7 +1,7 @@ %define url $URL$ %define name openvswitch -%define version 1.3.0 +%define version 1.4pre %define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: BuildRequires: kernel-devel -Source0: openvswitch-%{version}.tar.gz +Source0: openvswitch-sources.tar.gz %description Openvswitch - virtual switches on PlanetLab @@ -30,7 +30,7 @@ Openvswitch - virtual switches on PlanetLab %prep %setup wget %{upstream} -tar xvfz openvswitch-%{version}.tar.gz --strip=1 +tar xvfz openvswitch-sources.tar.gz --strip=1 %build KVER=`ls -l /usr/src/kernels | awk '{printf $9;}'`