[heat] Switch requires to python-glanceclient (python-glance client deprecated)

Jeff Peeler jpeeler at fedoraproject.org
Wed Sep 26 14:59:07 UTC 2012


commit ba9446ecb4fc4a5eb410ccae64673fb393ad5d8d
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Wed Sep 26 10:57:56 2012 -0400

    Switch requires to python-glanceclient (python-glance client deprecated)
    
    Signed-off-by: Jeff Peeler <jpeeler at redhat.com>

 heat.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/heat.spec b/heat.spec
index 1337379..2eb93e4 100644
--- a/heat.spec
+++ b/heat.spec
@@ -1,7 +1,7 @@
 Name: heat
 Summary: This software provides AWS CloudFormation functionality for OpenStack Essex
 Version: 6
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: ASL 2.0
 Group: System Environment/Base
 URL: http://heat-api.org
@@ -20,7 +20,7 @@ BuildRequires: python-setuptools
 BuildRequires: systemd-units
 
 Requires: python-eventlet
-Requires: python-glance
+Requires: python-glanceclient
 Requires: python-greenlet
 Requires: python-httplib2
 Requires: python-iso8601
@@ -129,6 +129,9 @@ exit 0
 %systemd_postun_with_restart heat-api-cloudwatch.service
 
 %changelog
+* Wed Sep 26 2012 Jeff Peeler <jpeeler at redhat.com> 6-4
+- switch requires to python-glanceclient
+
 * Tue Sep 25 2012 Jeff Peeler <jpeeler at redhat.com> 6-3
 - change systemd scripts to use openstack-heat user
 


More information about the scm-commits mailing list