[ansible] Update to upstream 1.4.1 bugfix release

Kevin Fenzi kevin at fedoraproject.org
Thu Nov 28 00:03:43 UTC 2013


commit 6a1b38af6625873d3c11646084e1b7a884684ceb
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Nov 27 17:03:33 2013 -0700

    Update to upstream 1.4.1 bugfix release

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f10f3c..dc9497a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /ansible-1.3.3.tar.gz
 /ansible-1.3.4.tar.gz
 /ansible-1.4.tar.gz
+/ansible-1.4.1.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 7da6b5e..ab9c80b 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.4
+Version: 1.4.1
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Wed Nov 27 2013 Kevin Fenzi <kevin at scrye.com> 1.4.1-1
+- Update to upstream 1.4.1 bugfix release
+
 * Thu Nov 21 2013 Kevin Fenzi <kevin at scrye.com> 1.4-1
 - Update to 1.4
 
diff --git a/sources b/sources
index 4b012e4..516bf72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-adc8b5113e4082d1d435642a381eea0d  ansible-1.4.tar.gz
+bff568178497cd0d1e748c6bf1a22f00  ansible-1.4.1.tar.gz


More information about the scm-commits mailing list