From: Sapan Bhatia Date: Mon, 30 Jan 2012 17:38:14 +0000 (-0500) Subject: rpm spec file fix X-Git-Tag: openvswitch-1.2-1~5 X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=commitdiff_plain;h=340a84bc75bcabf8cda57fe8124c6db7896aff5d rpm spec file fix --- diff --git a/openvswitch.spec b/openvswitch.spec index 6527ab4..a7faab0 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -22,14 +22,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: BuildRequires: kernel-devel -Source0: openvswitch-sources.tar.gz +Source0: openvswitch-%{version}.tar.gz %description Openvswitch - virtual switches on PlanetLab %prep %setup -tar xvfz openvswitch-sources.tar.gz --strip=1 +tar xvfz openvswitch-%{version}.tar.gz --strip=1 %build KVER=`ls -l /usr/src/kernels | awk '{printf $9;}'`