Update to devel version of ovs
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 30 Jan 2012 17:13:48 +0000 (12:13 -0500)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 30 Jan 2012 17:13:48 +0000 (12:13 -0500)
openvswitch.spec

index a3cb4a8..81cb892 100644 (file)
@@ -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;}'`