[python-oslo-config] Update to 2013.1b5

Mark McLoughlin markmc at fedoraproject.org
Tue Mar 5 07:12:38 UTC 2013


commit be7964091cfea518da4141b585b4e8961c947f97
Author: Mark McLoughlin <markmc at redhat.com>
Date:   Tue Mar 5 07:12:27 2013 +0000

    Update to 2013.1b5
    
    - Require python-argparse (#917937)

 .gitignore              |    1 +
 python-oslo-config.spec |    7 ++++++-
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08262dd..2ff5293 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /oslo-config-2013.1b3.tar.gz
 /oslo-config-2013.1b4.tar.gz
+/oslo-config-2013.1b5.tar.gz
diff --git a/python-oslo-config.spec b/python-oslo-config.spec
index e93d4f5..9ee784c 100644
--- a/python-oslo-config.spec
+++ b/python-oslo-config.spec
@@ -1,5 +1,5 @@
 %global sname oslo-config
-%global btag b4
+%global btag b5
 
 Name:       python-oslo-config
 Version:    2013.1
@@ -13,6 +13,7 @@ Source0:    http://tarballs.openstack.org/%{sname}/%{sname}-%{version}%{btag}.ta
 
 BuildArch:  noarch
 Requires:   python-setuptools
+Requires:   python-argparse
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -70,6 +71,10 @@ rm -fr doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Tue Mar  5 2013 Mark McLoughlin <markmc at redhat.com> - 2013.1-0.1.b5
+- Update to 2013.1b5
+- Require python-argparse (#917937)
+
 * Fri Feb 22 2013 Mark McLoughlin <markmc at redhat.com> - 2013.1-0.1.b4
 - Update to 2013.1b4
 
diff --git a/sources b/sources
index 7b16049..614cb2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7e01615db0eca4e3252a1270691615c  oslo-config-2013.1b4.tar.gz
+c71f2c1038d118972be19e0067e23fe2  oslo-config-2013.1b5.tar.gz


More information about the scm-commits mailing list