[ansible] Update to 1.8.4

Kevin Fenzi kevin at fedoraproject.org
Thu Feb 19 18:29:35 UTC 2015


commit c7e2510fe88ce03dff0adb1ac0a6e67b326a39aa
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Thu Feb 19 11:29:29 2015 -0700

    Update to 1.8.4

 .gitignore   | 1 +
 ansible.spec | 5 ++++-
 sources      | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b42d647..91354df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /ansible-1.8.1.tar.gz
 /ansible-1.8.2.tar.gz
 /ansible-1.8.3.tar.gz
+/ansible-1.8.4.tar.gz
diff --git a/ansible.spec b/ansible.spec
index c75eae7..7d2716a 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.8.3
+Version: 1.8.4
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_mandir}/man1/ansible*
 
 %changelog
+* Thu Feb 19 2015 Kevin Fenzi <kevin at scrye.com> 1.8.4-1
+- Update to 1.8.4
+
 * Tue Feb 17 2015 Kevin Fenzi <kevin at scrye.com> 1.8.3-1
 - Update to 1.8.3
 
diff --git a/sources b/sources
index f359f32..062a7e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa59af402c2636e019a5edc6fc78142f  ansible-1.8.3.tar.gz
+e0bbf484e9fa49cd119f50ad65905978  ansible-1.8.4.tar.gz


More information about the scm-commits mailing list