[heat-cfntools/el6] Rebase to 1.2.6

Jeff Peeler jpeeler at fedoraproject.org
Wed Oct 23 02:20:57 UTC 2013


commit 10ce9fc460ec8647b0f7c579cdb2d36778824646
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Tue Oct 22 17:28:44 2013 -0400

    Rebase to 1.2.6

 .gitignore         |    1 +
 heat-cfntools.spec |   16 ++++++++++++----
 sources            |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a650d7..1ddee1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /heat-cfntools-1.2.1.tar.gz
 /heat-cfntools-1.2.3.tar.gz
+/heat-cfntools-1.2.6.tar.gz
diff --git a/heat-cfntools.spec b/heat-cfntools.spec
index 18dd9b0..51305eb 100644
--- a/heat-cfntools.spec
+++ b/heat-cfntools.spec
@@ -1,5 +1,5 @@
 Name: heat-cfntools
-Version: 1.2.3
+Version: 1.2.6
 Release: 1%{?dist}
 Summary: Tools required to be installed on Heat provisioned cloud instances
 Group: System Environment/Base
@@ -11,8 +11,9 @@ BuildArch: noarch
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
 
-Requires: python-boto >= 2.4.0
+Requires: python-boto >= 2.5.2
 Requires: python-psutil
+Requires: python-pbr >= 0.5.20
 
 %description
 Tools required to be installed on Heat provisioned cloud instances
@@ -27,11 +28,18 @@ Tools required to be installed on Heat provisioned cloud instances
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
 %files
-%doc README.rst LICENSE
+%doc README.rst LICENSE CONTRIBUTING.rst AUTHORS ChangeLog
 %{_bindir}/cfn-*
 %{python_sitelib}/heat_cfntools*
 
 %changelog
+* Tue Oct 22 2013 Jeff Peeler <jpeeler at redhat.com> 1.2.6-1
+- rebase to 1.2.6
+- added new doc files
+- bump boto version requirement
+- add python-pbr require
+- fixed previous changelog date
+
 * Thu Apr 11 2013 Jeff Peeler <jpeeler at redhat.com> 1.2.3-1
 - rebased to 1.2.3
 
@@ -42,5 +50,5 @@ Tools required to be installed on Heat provisioned cloud instances
 - Added psutil requires
 - Changed install location from /opt to /bin
 
-* Thu Dec 24 2012 Steve Baker <sbaker at redhat.com> 1.0-1
+* Mon Dec 24 2012 Steve Baker <sbaker at redhat.com> 1.0-1
 - initial fork of heat-jeos
diff --git a/sources b/sources
index 0323407..dfaab24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e27aa3e109ec7c38e366e5d7c28f22f8  heat-cfntools-1.2.3.tar.gz
+db19fcae40b8f9de6ec8251bdb50ac3c  heat-cfntools-1.2.6.tar.gz


More information about the scm-commits mailing list