[openstack-heat/f19] Add missing file and fix incorrect requires

Jeff Peeler jpeeler at fedoraproject.org
Wed May 29 02:14:37 UTC 2013


commit ca3b46272c887823218eebb43e6d1c441b66f60f
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Tue May 28 22:03:59 2013 -0400

    Add missing file and fix incorrect requires
    
    bumped obsoletes for f18 rebuilds of the old heat package
    added missing policy.json file (rhbz#965549)
    changed require from python-paste to python-paste-deploy (rhbz#963207)
    
    Resolves: rhbz#965549, rhbz#963207

 openstack-heat.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index c262c8f..3258fed 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -5,12 +5,12 @@
 Name:		openstack-heat
 Summary:	OpenStack Orchestration (heat)
 Version:	2013.1
-Release:	1.3%{?dist}
+Release:	1.4%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Base
 URL:		http://www.openstack.org
 Source0:	https://launchpad.net/heat/%{release_name}/%{version}/+download/heat-%{version}.tar.gz
-Obsoletes:	heat < 7-2
+Obsoletes:	heat < 7-9
 Provides:	heat
 
 Source1:	heat.logrotate
@@ -79,6 +79,7 @@ install -p -D -m 640 %{_builddir}/heat-%{version}/etc/heat/heat-api-cloudwatch-p
 install -p -D -m 640 %{_builddir}/heat-%{version}/etc/heat/heat-engine.conf %{buildroot}/%{_sysconfdir}/heat
 install -p -D -m 640 %{_builddir}/heat-%{version}/etc/boto.cfg %{buildroot}/%{_sysconfdir}/heat
 install -p -D -m 644 %{_builddir}/heat-%{version}/etc/bash_completion.d/heat-cfn %{buildroot}/%{_sysconfdir}/bash_completion.d/heat-cfn
+install -p -D -m 640 etc/heat/policy.json %{buildroot}/%{_sysconfdir}/heat
 
 %description
 Heat provides AWS CloudFormation and CloudWatch functionality for OpenStack.
@@ -96,7 +97,7 @@ Requires: python-httplib2
 Requires: python-iso8601
 Requires: python-kombu
 Requires: python-lxml
-Requires: python-paste
+Requires: python-paste-deploy
 Requires: python-cinderclient
 Requires: python-keystoneclient
 Requires: python-memcached
@@ -126,6 +127,7 @@ Components common to all OpenStack Heat services
 %dir %attr(0755,heat,root) %{_sharedstatedir}/heat
 %dir %attr(0755,heat,root) %{_sysconfdir}/heat
 %config(noreplace) %{_sysconfdir}/logrotate.d/heat
+%config(noreplace) %attr(-, root, heat) %{_sysconfdir}/heat/policy.json
 %{_mandir}/man1/heat-db-setup.1.gz
 %{_mandir}/man1/heat-keystone-setup.1.gz
 
@@ -281,6 +283,11 @@ Heat client tools accessible from the CLI
 %{_mandir}/man1/heat-watch.1.gz
 
 %changelog
+* Tue May 28 2013 Jeff Peeler <jpeeler at redhat.com> 2013.1-1.4
+- bumped obsoletes for f18 rebuilds of the old heat package
+- added missing policy.json file (rhbz#965549)
+- changed require from python-paste to python-paste-deploy (rhbz#963207)
+
 * Wed May  8 2013 Jeff Peeler <jpeeler at redhat.com> 2013.1-1.3
 - removed python-crypto require
 


More information about the scm-commits mailing list