[ansible] Update to 1.6.2 release

Kevin Fenzi kevin at fedoraproject.org
Fri May 23 21:56:01 UTC 2014


commit ab647b742026a1796dca3f877dd08de22c81c6f3
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri May 23 15:55:56 2014 -0600

    Update to 1.6.2 release

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5015f84..5d95b28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /ansible-1.5.5.tar.gz
 /ansible-1.6.tar.gz
 /ansible-1.6.1.tar.gz
+/ansible-1.6.2.tar.gz
diff --git a/ansible.spec b/ansible.spec
index fdb4e8a..bbcb34a 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.1
+Version: 1.6.2
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Fri May 23 2014 Kevin Fenzi <kevin at scrye.com> 1.6.2-1
+- Update to 1.6.2 release
+
 * Wed May  7 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.6.1-1
 - Bugfix 1.6.1 release
 
diff --git a/sources b/sources
index 2bc32b2..c37e9ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8716cbebe078afaccd614359d16af7e3  ansible-1.6.1.tar.gz
+709f9192c3c2cfe46d2fe3ed90ca2484  ansible-1.6.2.tar.gz


More information about the scm-commits mailing list