Fix pbr and prettytable version for ceilometer client openstack-ci/fuel-5.1-updates/2014.1.1 openstack-ci/fuel-5.1.1-updates/2014.1.1 openstack-ci/fuel-5.1.1/2014.1.1 openstack-ci/fuel-5.1.2/2014.1.1 openstack-ci/fuel-5.1/2014.1.1 openstack-ci/fuel/2014.1.1/5.1.1
authoriberezovskiy <iberezovskiy@mirantis.com>
Wed, 23 Jul 2014 10:16:46 +0000 (14:16 +0400)
committeriberezovskiy <iberezovskiy@mirantis.com>
Wed, 23 Jul 2014 10:30:22 +0000 (14:30 +0400)
Change-Id: I5375a189705aa2d64731f8b7e539da5dddf778df

debian/control
rpm/SPECS/python-ceilometerclient.spec

index f22f1f19cf124f6d5b498b93df08f9db38c660e9..701d8651a4bb45cea7529b5cd2b6cca98bc2bc02 100644 (file)
@@ -14,8 +14,7 @@ Build-Depends: debhelper (>= 8.0.0),
  python-keystoneclient (>= 0.9.0),
  python-httplib2,
  python-iso8601,
- python-pbr (>= 0.6),
- python-pbr (<< 1.0),
+ python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0),
  python-mock,
  python-mox,
  python-sphinx,
@@ -35,8 +34,7 @@ Depends: python-prettytable (>= 0.7),
  python-keystoneclient (>= 0.9.0),
  python-httplib2,
  python-argparse,
- python-pbr (>= 0.6),
- python-pbr (<< 1.0),
+ python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0),
  python-iso8601 (>= 0.1.9), 
  ${python:Depends}, 
  ${misc:Depends}
index 1c8b2f645d41ee8386304af1956519bbd64e3f1c..ba01e79b070f217efe1acd4c28ed43bbc75dff06 100644 (file)
@@ -16,9 +16,9 @@ BuildRequires:    python-d2to1
 
 Requires:         python-setuptools
 Requires:         python-argparse
-Requires:         python-prettytable
+Requires:         python-prettytable >= 0.7, python-prettytable < 0.8
 Requires:         python-iso8601
-Requires:         python-pbr
+Requires:         python-pbr >= 0.6, python-pbr < 0.7, python-pbr > 0.7, python-pbr < 1.0
 Requires:         python-keystoneclient
 Requires:         python-six >= 1.5.2