X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=openvswitch.spec;h=a384470cb1f627e83702419dfa5c6f68c1d4b014;hb=9bb5a9791d4787f40fbcb849735bc1b36721c5ec;hp=a3cb4a84998b43cca921e5d26914069eba3afa92;hpb=8cde40eb855a1c7900355633ccdaa13bc58bdbb0;p=openvswitch.git diff --git a/openvswitch.spec b/openvswitch.spec index a3cb4a8..a384470 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,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;}'`