From e4d2c41aee56c1b87e053dcdf5fe18c5d09576dd Mon Sep 17 00:00:00 2001
From: Matthew Mosesohn <mmosesohn@mirantis.com>
Date: Tue, 26 Mar 2013 12:31:20 +0400
Subject: [PATCH] fixed source file in spec

Change-Id: Ic091a98ba9ab186880644820506a8a41b0b39fdb
---
 rpm/SPECS/python-django-horizon.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rpm/SPECS/python-django-horizon.spec b/rpm/SPECS/python-django-horizon.spec
index 85dee0a..b3371f1 100644
--- a/rpm/SPECS/python-django-horizon.spec
+++ b/rpm/SPECS/python-django-horizon.spec
@@ -8,7 +8,7 @@ Group:      Development/Libraries
 License:    ASL 2.0 and BSD
 URL:        http://horizon.openstack.org/
 BuildArch:  noarch
-Source0:     https://launchpad.net/horizon/grizzly/grizzly-3/+download/horizon-%{version}.g3.tar.gz
+Source0:    horizon-%{version}.tar.gz
 Source1:    openstack-dashboard.conf
 Source2:    openstack-dashboard-httpd-2.4.conf
 
@@ -122,7 +122,7 @@ Documentation for the Django Horizon application for talking with Openstack
 
 
 %prep
-%setup -q -n horizon-%{version}.g3
+%setup -q -n horizon-%{version}
 
 %patch0001 -p1
 %patch0002 -p1
-- 
2.45.2