[python-cinderclient: 2/2] use the client release from tarballs.openstack.org

Pádraig Brady pbrady at fedoraproject.org
Tue Sep 25 12:02:29 UTC 2012


commit abc4a8be5ed26f07720ccd147174c981b766c6d0
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Sep 25 12:59:22 2012 +0100

    use the client release from tarballs.openstack.org

 .gitignore               |    1 +
 python-cinderclient.spec |    9 ++++-----
 sources                  |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
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 <P at draigBrady.com> 0.2.26-0.1.20120925git
-- Build from git to support latest cinder
+* Mon Sep 25 2012 Pádraig Brady <P at draigBrady.com> 0.2.26-1
+- Update to latest client to support latest cinder
 
 * Mon Sep  3 2012 Pádraig Brady <P at draigBrady.com> 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


More information about the scm-commits mailing list