[ansible] Update to 1.6.9 with more shell quoting fixes.

Kevin Fenzi kevin at fedoraproject.org
Fri Jul 25 04:00:02 UTC 2014


commit f7a8a74a811fd429137064f7dd69b9e36b0dee2a
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Thu Jul 24 21:59:48 2014 -0600

    Update to 1.6.9 with more shell quoting fixes.

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80748cd..ea1a0c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /ansible-1.6.6.tar.gz
 /ansible-1.6.7.tar.gz
 /ansible-1.6.8.tar.gz
+/ansible-1.6.9.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 2fe3841..8020f56 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.8
+Version: 1.6.9
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Thu Jul 24 2014 Kevin Fenzi <kevin at scrye.com> 1.6.9-1
+- Update to 1.6.9 with more shell quoting fixes.
+
 * Tue Jul 22 2014 Kevin Fenzi <kevin at scrye.com> 1.6.8-1
 - Update to 1.6.8 with fixes for shell quoting from previous release. 
 - Fixes bugs #1122060 #1122061 #1122062
diff --git a/sources b/sources
index 6150eac..900b5c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9f31d7c2ed133eb7fba5221de1b9d75  ansible-1.6.8.tar.gz
+2b142d225564c115687dd57b7eb49371  ansible-1.6.9.tar.gz


More information about the scm-commits mailing list