[python-keystoneclient/el6-icehouse] Update to upstream 0.6.0

Jakub Ruzicka jruzicka at fedoraproject.org
Wed Apr 2 12:30:08 UTC 2014


commit c3167d2556086d5ee83cf09b17c6e325f2fddbfe
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Tue Mar 11 20:52:22 2014 +0100

    Update to upstream 0.6.0
    
    Changelog:
    - Update to upstream 0.6.0
    - Align doc build with other client packages
    - Put bash completion in /etc/bash_completion.d (optional bash-completion)

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |    2 +-
 python-keystoneclient.spec                         |   16 ++++++++++------
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59706fe..b98efab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /python-keystoneclient-0.3.2.tar.gz
 /python-keystoneclient-0.4.1.tar.gz
 /python-keystoneclient-0.4.2.tar.gz
+/python-keystoneclient-0.6.0.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index ebe0764..e6d86f4 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,4 +1,4 @@
-From e2b37e23a45709f96e101238bbd622457a23af3f Mon Sep 17 00:00:00 2001
+From 87d0080f3e7111e8a016025bcf2c880538c0a2a1 Mon Sep 17 00:00:00 2001
 From: Jakub Ruzicka <jruzicka at redhat.com>
 Date: Mon, 8 Jul 2013 15:22:05 +0200
 Subject: [PATCH] Remove runtime dependency on python-pbr.
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index ab2b741..dbb1ab9 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.4.2
+Version:    0.6.0
 Release:    1%{?dist}
 Summary:    Client library for OpenStack Identity API
 License:    ASL 2.0
@@ -11,7 +11,7 @@ URL:        http://pypi.python.org/pypi/%{name}
 Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=0.4.2
+# patches_base=0.6.0
 #
 Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
 
@@ -69,9 +69,8 @@ rm -rf python_keystoneclient.egg-info
 
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-# rhbz 888939#c7: bash-completion is not in RHEL
-mkdir -p %{buildroot}%{_sysconfdir}/profile.d
-install -pm 644 tools/keystone.bash_completion %{buildroot}%{_sysconfdir}/profile.d/keystone.sh
+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
@@ -88,7 +87,7 @@ rm -fr html/.doctrees html/.buildinfo
 %files
 %doc LICENSE README.rst
 %{_bindir}/keystone
-%{_sysconfdir}/profile.d/keystone.sh
+%{_sysconfdir}/bash_completion.d/keystone.bash_completion
 %{python_sitelib}/keystoneclient
 %{python_sitelib}/*.egg-info
 %{_mandir}/man1/keystone.1*
@@ -97,6 +96,11 @@ rm -fr html/.doctrees html/.buildinfo
 %doc LICENSE html
 
 %changelog
+* Tue Mar 11 2014 Jakub Ruzicka <jruzicka at redhat.com> 1:0.6.0-1
+- Update to upstream 0.6.0
+- Align doc build with other client packages
+- Put bash completion in /etc/bash_completion.d (optional bash-completion)
+
 * Mon Jan 13 2014 Jakub Ruzicka <jruzicka at redhat.com> 0.4.2-1
 - Update to upstream 0.4.2
 - Align doc build with other client packages
diff --git a/sources b/sources
index a482ef4..e661e7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca5ed08706f233869e6cb73393b5c7d9  python-keystoneclient-0.4.2.tar.gz
+1d469504058e47205023e6aebe4bb150  python-keystoneclient-0.6.0.tar.gz


More information about the scm-commits mailing list