diff --git a/.gitignore b/.gitignore index f8e4c1b..ae1e973 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /ansible-1.5.tar.gz /ansible-1.5.1.tar.gz /ansible-1.5.2.tar.gz +/ansible-1.5.3.tar.gz diff --git a/ansible.spec b/ansible.spec index 2df0cd3..29c071c 100644 --- a/ansible.spec +++ b/ansible.spec @@ -9,8 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Summary: SSH-based configuration management, deployment, and task execution system -Version: 1.5.2 -Release: 2%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Group: Development/Libraries License: GPLv3 @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Thu Mar 13 2014 Kevin Fenzi 1.5.3-1 +- Update to 1.5.3 + * Tue Mar 11 2014 Kevin Fenzi 1.5.2-2 - Update to redone 1.5.2 release diff --git a/sources b/sources index 037868c..394e5c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b866f0c65458fe4e919d52c5036f106 ansible-1.5.2.tar.gz +e582f889790eb083f1c7724322a303e7 ansible-1.5.3.tar.gz