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 1.6.2-1 +- Update to 1.6.2 release + * Wed May 7 2014 Toshio Kuratomi - 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