From abc4a8be5ed26f07720ccd147174c981b766c6d0 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sep 25 2012 11:59:22 +0000 Subject: use the client release from tarballs.openstack.org --- diff --git a/.gitignore b/.gitignore index 112eb45..50a76a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /python-cinderclient-0.2.tar.gz /python-cinderclient-0.2.26~20120925git.tar.gz +/python-cinderclient-0.2.26.tar.gz diff --git a/python-cinderclient.spec b/python-cinderclient.spec index c28722c..961a312 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -1,13 +1,12 @@ -%global snaptag 20120925git Name: python-cinderclient Version: 0.2.26 -Release: 0.1.%{snaptag}%{?dist} +Release: 1%{?dist} Summary: Python API and CLI for OpenStack cinder Group: Development/Languages License: ASL 2.0 URL: http://github.com/openstack/python-cinderclient -Source0: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}~%{snaptag}.tar.gz +Source0: http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz # # patches_base=0.2 @@ -51,8 +50,8 @@ rm -fr %{buildroot}%{python_sitelib}/tests %{python_sitelib}/*.egg-info %changelog -* Mon Sep 25 2012 Pádraig Brady 0.2.26-0.1.20120925git -- Build from git to support latest cinder +* Mon Sep 25 2012 Pádraig Brady 0.2.26-1 +- Update to latest client to support latest cinder * Mon Sep 3 2012 Pádraig Brady 0.2-2 - Initial release diff --git a/sources b/sources index 4c942c8..0d83246 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69d66895dc47f0be41b407dd33d2a589 python-cinderclient-0.2.26~20120925git.tar.gz +c2f2af178ecce58f2618afe86d1b703c python-cinderclient-0.2.26.tar.gz