[ansible] Update to 1.6.6

Kevin Fenzi kevin at fedoraproject.org
Tue Jul 1 21:06:42 UTC 2014


commit 1f98aa453d3eeff16cea8341aa7d97213e8c581e
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Jul 1 15:06:50 2014 -0600

    Update to 1.6.6

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 245ec9b..8078849 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /ansible-1.6.3.tar.gz
 /ansible-1.6.4.tar.gz
 /ansible-1.6.5.tar.gz
+/ansible-1.6.6.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 85593dc..f7b2fe7 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.5
+Version: 1.6.6
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Tue Jul 01 2014 Kevin Fenzi <kevin at scrye.com> 1.6.6-1
+- Update to 1.6.6
+
 * Wed Jun 25 2014 Kevin Fenzi <kevin at scrye.com> 1.6.5-1
 - Update to 1.6.5
 
diff --git a/sources b/sources
index 07b2467..bb78854 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47d543c0cdc8ba5f8506d6de0acb7e9c  ansible-1.6.5.tar.gz
+12beffa794de89dd634bc620e603807c  ansible-1.6.6.tar.gz


More information about the scm-commits mailing list