diff --git a/.gitignore b/.gitignore index 98ba0a7..82bdb02 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /ansible-1.9.4.tar.gz /ansible-2.0.0.1.tar.gz /ansible-unittests.tar.xz +/ansible-2.0.0.2.tar.gz diff --git a/ansible.spec b/ansible.spec index 767e9ac..00e774b 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: 2.0.0.1 +Version: 2.0.0.2 Release: 1%{?dist} Group: Development/Libraries @@ -134,6 +134,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/ansible* %changelog +* Thu Jan 14 2016 Toshio Kuratomi - - 2.0.0.2-1 +- Ansible 2.0.0.2 release from upstream. (Minor bugfix to one callback plugin + API). + * Tue Jan 12 2016 Toshio Kuratomi - 2.0.0.1-1 - Ansible 2.0.0.1 from upstream. Rewrite with many bugfixes, rewritten code, and new features. See the upstream changelog for details: diff --git a/sources b/sources index 6837829..580345d 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -b4ea2bc7323668c42e15e47cba7ee5be ansible-2.0.0.1.tar.gz -29789b6ac5a12664fdca6abf7b29b0d9 ansible-unittests.tar.xz +816d0c49e084383e47a725c761a0e413 ansible-2.0.0.2.tar.gz