From be7964091cfea518da4141b585b4e8961c947f97 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mar 05 2013 07:12:27 +0000 Subject: Update to 2013.1b5 - Require python-argparse (#917937) --- 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 - 2013.1-0.1.b5 +- Update to 2013.1b5 +- Require python-argparse (#917937) + * Fri Feb 22 2013 Mark McLoughlin - 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