[ansible] Update to 1.6.10

Kevin Fenzi kevin at fedoraproject.org
Sat Jul 26 02:43:10 UTC 2014


commit 6cc2f27169af5c7723bb5ea30c1c6d500b1925ea
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Jul 25 20:43:01 2014 -0600

    Update to 1.6.10

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea1a0c7..980273c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /ansible-1.6.7.tar.gz
 /ansible-1.6.8.tar.gz
 /ansible-1.6.9.tar.gz
+/ansible-1.6.10.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 8020f56..e32ec52 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 Name: ansible
 Summary: SSH-based configuration management, deployment, and task execution system
-Version: 1.6.9
+Version: 1.6.10
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Fri Jul 25 2014 Kevin Fenzi <kevin at scrye.com> 1.6.10-1
+- Update to 1.6.10
+
 * Thu Jul 24 2014 Kevin Fenzi <kevin at scrye.com> 1.6.9-1
 - Update to 1.6.9 with more shell quoting fixes.
 
diff --git a/sources b/sources
index 900b5c0..9213575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b142d225564c115687dd57b7eb49371  ansible-1.6.9.tar.gz
+ef20f5b09d0df67bcf02f540539e84d0  ansible-1.6.10.tar.gz


More information about the scm-commits mailing list