From: Sapan Bhatia Date: Mon, 17 Jan 2011 22:44:52 +0000 (-0500) Subject: debugging X-Git-Tag: openvswitch-1.1.0pre2-1~3 X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=commitdiff_plain;h=ade3d3d0a03c4a1be91a4cb0a64bf2a4cf5b5146 debugging --- 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}