[openstack-ceilometer] move all dependencies to global python-ceilometer subpackage

Pádraig Brady pbrady at fedoraproject.org
Wed May 7 18:25:40 UTC 2014


commit 30202c8995d9fff483ef3a049f84955055287d4a
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed May 7 19:21:24 2014 +0100

    move all dependencies to global python-ceilometer subpackage
    
    This is because all components are now interdependent
    since the change to cli.py in https://review.openstack.org/79628
    
    Avoids rhbz#1095414 which references the associated upsteam bug

 openstack-ceilometer.spec |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/openstack-ceilometer.spec b/openstack-ceilometer.spec
index 88d26eb..e105c4b 100644
--- a/openstack-ceilometer.spec
+++ b/openstack-ceilometer.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-ceilometer
 Version:          2014.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack measurement collection service
 
 Group:            Applications/System
@@ -71,6 +71,20 @@ Requires:         pysnmp
 Requires:         pytz
 Requires:         python-croniter
 
+# These were only added as global dependencies
+# at the end of the Icehouse cycle with the change
+# to cli.py referenced from in http://pad.lv/1317210
+Requires:         python-pymongo
+Requires:         python-flask
+Requires:         python-pecan >= 0.4.5
+Requires:         python-wsme >= 0.6
+Requires:         python-novaclient
+Requires:         python-keystoneclient
+Requires:         python-glanceclient
+Requires:         python-swiftclient
+Requires:         python-ceilometerclient
+Requires:         libvirt-python
+
 %description -n   python-ceilometer
 OpenStack ceilometer provides services to measure and
 collect metrics from OpenStack components.
@@ -513,6 +527,9 @@ fi
 
 
 %changelog
+* Wed May 07 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1-2
+- Avoid dependency issues with distributed installs (#1095414)
+
 * Thu Apr 17 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1-1
 - Update to Icehouse release
 


More information about the scm-commits mailing list