[python-ceilometerclient/el6-havana] require python-six >= 1.4.1 to ensure update

Pádraig Brady pbrady at fedoraproject.org
Mon Feb 17 16:55:24 UTC 2014


commit e83f316ea1f4211678910c09f48a26168e871003
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Feb 17 16:53:51 2014 +0000

    require python-six >= 1.4.1 to ensure update

 python-ceilometerclient.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-ceilometerclient.spec b/python-ceilometerclient.spec
index 80a3a62..6fd8f2a 100644
--- a/python-ceilometerclient.spec
+++ b/python-ceilometerclient.spec
@@ -1,6 +1,6 @@
 Name:             python-ceilometerclient
 Version:          1.0.9
-Release:          1%{?dist}
+Release:          3%{?dist}
 Summary:          Python API and CLI for OpenStack Ceilometer
 
 Group:            Development/Languages
@@ -19,7 +19,7 @@ Requires:         python-argparse
 Requires:         python-prettytable
 Requires:         python-iso8601
 Requires:         python-keystoneclient
-Requires:         python-six
+Requires:         python-six >= 1.4.1
 
 #
 # patches_base=1.0.9
@@ -77,6 +77,9 @@ rm -rf html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Mon Feb 17 2014 Pádraig Brady <pbrady at redhat.com> - 1.0.9-2
+- Require python-six >= 1.4.1 to ensure update
+
 * Mon Feb 17 2014 Alan Pevec <apevec at redhat.com> 1.0.9-1
 - Update to upstream 1.0.9
 


More information about the scm-commits mailing list