X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=openvswitch.spec;h=6527ab4293563bb6dfefd5c1f4b8e806f6fa54b6;hb=fda59196aa4114f211bb4bed768541ffe5ee6344;hp=a3cb4a84998b43cca921e5d26914069eba3afa92;hpb=8cde40eb855a1c7900355633ccdaa13bc58bdbb0;p=openvswitch.git diff --git a/openvswitch.spec b/openvswitch.spec index a3cb4a8..6527ab4 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -1,7 +1,7 @@ %define url $URL$ %define name openvswitch -%define version 1.3.0 +%define version ef72dd8 %define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -22,15 +22,14 @@ 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 %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;}'`