From 340a84bc75bcabf8cda57fe8124c6db7896aff5d Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 30 Jan 2012 12:38:14 -0500 Subject: [PATCH] rpm spec file fix --- openvswitch.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;}'` -- 2.43.0