[ansible] Update to 1.8.2

Kevin Fenzi kevin at fedoraproject.org
Sun Dec 7 18:10:03 UTC 2014


commit d1dfb0233efc8e13cf2ce461b0cd66ea0dac4ee8
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Dec 7 13:10:06 2014 -0500

    Update to 1.8.2

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24e15a9..e437ecf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /ansible-1.7.2.tar.gz
 /ansible-1.8.tar.gz
 /ansible-1.8.1.tar.gz
+/ansible-1.8.2.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 11c054d..5fe59db 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.1
+Version: 1.8.2
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_mandir}/man1/ansible*
 
 %changelog
+* Sun Dec 07 2014 Kevin Fenzi <kevin at scrye.com> 1.8.2-1
+- Update to 1.8.2
+
 * Thu Nov 27 2014 Kevin Fenzi <kevin at scrye.com> 1.8.1-1
 - Update to 1.8.1
 
diff --git a/sources b/sources
index 267bffd..b56ba40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e452a9cf5891a7c4f694684be2c531a5  ansible-1.8.1.tar.gz
+c2ac0e5a4c092dfa84c7e9e51cd45095  ansible-1.8.2.tar.gz


More information about the scm-commits mailing list