[ansible] Update to 1.6.4

Kevin Fenzi kevin at fedoraproject.org
Wed Jun 25 19:42:22 UTC 2014


commit 48985db244d92448f1e28d13f320eb28a3aead45
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Jun 25 13:42:22 2014 -0600

    Update to 1.6.4

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e6aa4c..274e1e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /ansible-1.6.1.tar.gz
 /ansible-1.6.2.tar.gz
 /ansible-1.6.3.tar.gz
+/ansible-1.6.4.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 006e195..d86e134 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.3
+Version: 1.6.4
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Wed Jun 25 2014 Kevin Fenzi <kevin at scrye.com> 1.6.4-1
+- Update to 1.6.4
+
 * Mon Jun 09 2014 Kevin Fenzi <kevin at scrye.com> 1.6.3-1
 - Update to 1.6.3
 
diff --git a/sources b/sources
index 757ccce..dfd99ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db0f5c3ae8e1feba2c7e63297767da8e  ansible-1.6.3.tar.gz
+72e1b626407deb4583005ca3b02ce553  ansible-1.6.4.tar.gz


More information about the scm-commits mailing list