[openstack-heat/f20] Remove heat-db-setup

Jeff Peeler jpeeler at fedoraproject.org
Mon Jan 6 22:30:21 UTC 2014


commit d67fff9f8a7fe00d27d728cece407c993b029646
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Mon Jan 6 16:57:07 2014 -0500

    Remove heat-db-setup
    
    (Also add MySQL-python)
    
    Resolves: rhbz#1046326

 openstack-heat.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index 4bf000d..bdaa5e8 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -8,7 +8,7 @@
 Name:		openstack-heat
 Summary:	OpenStack Orchestration (heat)
 Version:	2013.2.1
-Release:	1.0%{?dist}
+Release:	2.0%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Base
 URL:		http://www.openstack.org
@@ -208,6 +208,7 @@ Requires: python-anyjson
 Requires: python-paramiko
 Requires: python-heatclient
 Requires: python-babel
+Requires: MySQL-python
 
 Requires(pre): shadow-utils
 
@@ -217,7 +218,6 @@ Components common to all OpenStack Heat services
 %files common
 %doc LICENSE
 %{_bindir}/heat-manage
-%{_bindir}/heat-db-setup
 %{_bindir}/heat-keystone-setup
 %{python_sitelib}/heat*
 %attr(-, root, heat) %{_datadir}/heat/heat-dist.conf
@@ -232,7 +232,6 @@ Components common to all OpenStack Heat services
 %config(noreplace) %attr(-,root,heat) %{_sysconfdir}/heat/environment.d/*
 %config(noreplace) %attr(-,root,heat) %{_sysconfdir}/heat/templates/*
 %if 0%{?with_doc}
-%{_mandir}/man1/heat-db-setup.1.gz
 %{_mandir}/man1/heat-keystone-setup.1.gz
 %endif
 
@@ -381,6 +380,10 @@ AWS CloudWatch-compatible API to the Heat Engine
 
 
 %changelog
+* Mon Jan 06 2014 Jeff Peeler <jpeeler at redhat.com> 2013.2.1-2
+- added MySQL-python requires
+- removed heat-db-setup (rhbz 1046326)
+
 * Mon Dec 16 2013 Jeff Peeler <jpeeler at redhat.com> 2013.2.1-1
 - update to 2013.2.1
 


More information about the scm-commits mailing list