[python-savannaclient] 0.3.rc3

matt matt at fedoraproject.org
Thu Oct 17 11:43:00 UTC 2013


commit 080f232e336f5ced71e369f74e0955383de0a31d
Author: Matthew Farrellee <matt at redhat.com>
Date:   Fri Oct 11 13:20:49 2013 -0400

    0.3.rc3

 python-savannaclient.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/python-savannaclient.spec b/python-savannaclient.spec
index 28502bd..7b1b032 100644
--- a/python-savannaclient.spec
+++ b/python-savannaclient.spec
@@ -1,10 +1,11 @@
 Name:             python-savannaclient
-Version:          4e941de
-Release:          0.1.%{shortcommit}git%{?dist}
+Version:          0.3
+%define suf       .rc3
+Release:          0.2%{?dist}
 Summary:          Client library for OpenStack Savanna API
 License:          ASL 2.0
 URL:              https://launchpad.net/savanna
-Source0:          http://tarballs.openstack.org/savanna/python-savannaclient-%{version}.tar.gz
+Source0:          http://tarballs.openstack.org/savanna/python-savannaclient-%{version}%{?suf}.tar.gz
 
 BuildArch:        noarch
 
@@ -26,7 +27,7 @@ Python client library for interacting with OpenStack Savanna API.
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{?suf}
 rm -rf python_savannaclient.egg-info
 rm -rf {test-,}requirements.txt
 sed -i 's/0.5.21/0.5.19/' setup.py
@@ -48,5 +49,8 @@ sed -i 's/0.5.21/0.5.19/' setup.py
 
 
 %changelog
+* Fri Oct 11 2013 Matthew Farrellee <matt at redhat> - 0.3-0.2
+- 0.3 rc3 build
+
 * Sat Aug 17 2013 Matthew Farrellee <matt at redhat> - 0.3-0.1.f816386git
 - Initial package


More information about the scm-commits mailing list