[python-keystoneclient] update to 0.2.1

Alan Pevec apevec at fedoraproject.org
Mon Jan 14 18:01:15 UTC 2013


commit 1fcf23096c60af0ce00080fedab612b7ffd02046
Author: Alan Pevec <apevec at redhat.com>
Date:   Fri Dec 21 22:27:48 2012 +0100

    update to 0.2.1

 .gitignore                 |    1 +
 python-keystoneclient.spec |   13 +++++++++----
 sources                    |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2c24cd..7c2276e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-keystoneclient-0.2.0.tar.gz
+/python-keystoneclient-0.2.1.tar.gz
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 235b488..89ab6bd 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -3,7 +3,7 @@ Name:       python-keystoneclient
 # and restarted version numbering from 0.1.1
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
-Version:    0.2.0
+Version:    0.2.1
 Release:    1%{?dist}
 Summary:    Python API and CLI for OpenStack Keystone
 
@@ -17,9 +17,8 @@ Source0:    http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
 
 
 #
-# patches_base=0.2.0
+# patches_base=0.2.1
 #
-Patch0001: 0001-Fix-scoped-auth-for-non-admins-bug-1081192.patch
 
 Requires:   python-httplib2 >= 0.7
 Requires:   python-prettytable
@@ -45,7 +44,6 @@ Keystone's API.
 
 %prep
 %setup -q
-%patch0001 -p1
 # Remove bundled egg-info
 rm -rf python_keystoneclient.egg-info
 
@@ -54,6 +52,8 @@ rm -rf python_keystoneclient.egg-info
 
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+mv %{buildroot}/usr/keystoneclient/versioninfo %{buildroot}%{python_sitelib}/keystoneclient/versioninfo
+install -p -D -m 644 tools/keystone.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/keystone.bash_completion
 
 # Delete tests
 rm -fr %{buildroot}%{python_sitelib}/tests
@@ -68,6 +68,7 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %files
 %doc README.rst
 %{_bindir}/keystone
+%{_sysconfdir}/bash_completion.d/keystone.bash_completion
 %{python_sitelib}/keystoneclient
 %{python_sitelib}/*.egg-info
 
@@ -75,6 +76,10 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Fri Dec 21 2012 Alan Pevec <apevec at redhat.com> 0.2.1-1
+- New upstream release.
+- Add bash completion support
+
 * Fri Nov 23 2012 Alan Pevec <apevec at redhat.com> 0.2.0-1
 - New upstream release.
 - Identity API v3 support
diff --git a/sources b/sources
index f6b2f19..c4d9236 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5eb9bcae3b72d574c2cb1bd90352c124  python-keystoneclient-0.2.0.tar.gz
+7d071710a8a0e1cba5fea35f579403fb  python-keystoneclient-0.2.1.tar.gz


More information about the scm-commits mailing list