From e68d7f6810ec1a89b7ed88ed03da54b6b22a2d8e Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 30 Jan 2012 12:13:48 -0500 Subject: [PATCH] Update to devel version of ovs --- openvswitch.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;}'` -- 2.43.0