[openstack-tripleo-heat-templates/f21] Revert "Remove patches"

slagle slagle at fedoraproject.org
Fri Oct 3 12:03:12 UTC 2014


commit 5287c5f4d25e809ce4b19c82a4f2c6d3b51b6193
Author: James Slagle <jslagle at redhat.com>
Date:   Fri Oct 3 08:00:53 2014 -0400

    Revert "Remove patches"
    
    This reverts commit 28afc40d54f49c76d50ab63ec40b29b9d2b2eb00.

 openstack-tripleo-heat-templates.spec |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/openstack-tripleo-heat-templates.spec b/openstack-tripleo-heat-templates.spec
index b681479..07b5689 100644
--- a/openstack-tripleo-heat-templates.spec
+++ b/openstack-tripleo-heat-templates.spec
@@ -7,6 +7,11 @@ Group:		System Environment/Base
 URL:		https://wiki.openstack.org/wiki/TripleO
 Source0:	http://tarballs.openstack.org/tripleo-heat-templates/tripleo-heat-templates-%{version}.tar.gz
 
+Patch0001: 0001-Add-BlockStorage0Config-Resource.patch
+Patch0002: 0002-Add-enable_tunneling-to-swift-storage-metadata.patch
+Patch0003: 0003-Expose-dnsmasq-options.patch
+Patch0004: 0004-Use-127.0.0.1-in-mysql-connection-url.patch
+
 BuildArch:	noarch
 BuildRequires:	python2-devel
 BuildRequires:	python-setuptools
@@ -22,6 +27,11 @@ building Heat Templates to do deployments of OpenStack.
 %prep
 %setup -q -n tripleo-heat-templates-%{version}
 
+%patch0001 -p1
+%patch0002 -p1
+%patch0003 -p1
+%patch0004 -p1
+
 %build
 %{__python2} setup.py build
 


More information about the scm-commits mailing list