[ansible/el6] Bugfix 1.6.1 release

Toshio くらとみ toshio at fedoraproject.org
Wed May 7 18:56:52 UTC 2014


commit f80af22040f1fa772fad4db85467c1d6248c4c27
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed May 7 11:57:02 2014 -0700

    Bugfix 1.6.1 release

 .gitignore                                     |    1 +
 0556c53f7878c9ac2a59100c2752785482e806aa.patch |   38 ------------------------
 ansible.spec                                   |    5 ++-
 sources                                        |    2 +-
 4 files changed, 6 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06df6cd..5015f84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ansible-1.5.4.tar.gz
 /ansible-1.5.5.tar.gz
 /ansible-1.6.tar.gz
+/ansible-1.6.1.tar.gz
diff --git a/ansible.spec b/ansible.spec
index a2d7e83..fdb4e8a 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
+Version: 1.6.1
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Wed May  7 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.6.1-1
+- Bugfix 1.6.1 release
+
 * Mon May  5 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.6-1
 - Update to 1.6
 - Drop accelerate fix, merged upstream
diff --git a/sources b/sources
index c127c1e..2bc32b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82fbb494ec6faddff430a6733c3e747c  ansible-1.6.tar.gz
+8716cbebe078afaccd614359d16af7e3  ansible-1.6.1.tar.gz


More information about the scm-commits mailing list