From 35937cc98ebfcf6d86582743d734cfe56d90163e Mon Sep 17 00:00:00 2001
From: Matthew Mosesohn <mmosesohn@mirantis.com>
Date: Tue, 26 Mar 2013 11:56:36 +0400
Subject: [PATCH] fixed spec version

Change-Id: Id35d60ac97e664b1721222e9a2518c77a079222e
---
 rpm/SPECS/openstack-cinder.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rpm/SPECS/openstack-cinder.spec b/rpm/SPECS/openstack-cinder.spec
index 65e8d85e6..a30eadddd 100644
--- a/rpm/SPECS/openstack-cinder.spec
+++ b/rpm/SPECS/openstack-cinder.spec
@@ -8,7 +8,7 @@ Summary:          OpenStack Volume service
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://www.openstack.org/software/openstack-storage/
-Source0:          https://launchpad.net/cinder/grizzly/grizzly-3/+download/cinder-2013.1.g3.tar.gz
+Source0:          cinder-%{version}
 Source1:          cinder.conf
 Source2:          cinder.logrotate
 Source3:          cinder-tgt.conf
@@ -124,7 +124,7 @@ This package contains documentation files for cinder.
 %endif
 
 %prep
-%setup -q -n cinder-%{version}.g3
+%setup -q -n cinder-%{version}
 
 %patch0001 -p1
 
-- 
2.45.2