From ade3d3d0a03c4a1be91a4cb0a64bf2a4cf5b5146 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 17 Jan 2011 17:44:52 -0500 Subject: [PATCH] debugging --- openvswitch.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvswitch.spec b/openvswitch.spec index cb06c76..a05876d 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -5,6 +5,7 @@ %define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define upstream http://openvswitch.org/releases/openvswitch-%{version}.tar.gz Vendor: PlanetLab Packager: PlanetLab Central @@ -20,14 +21,13 @@ Group: System Environment/Kernel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: -Source: http://openvswitch.org/releases/openvswitch-%{version}.tar.gz %description Openvswitch - virtual switches on PlanetLab %prep %setup -wget %{Source} +wget %{upstream} tar xvfz openvswitch-%{version}.tar.gz cd openvswitch-%{version} -- 2.43.0