diff --git a/.gitignore b/.gitignore index 3d337a2..28cc39a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /v3.2.0.tar.gz /v3.2.1.tar.gz /v3.2.4.tar.gz +/v3.2.5.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 3e693c8..21b67f9 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.2.4 +Version: 3.2.5 Release: 1%{?dist} Summary: Best practices checker for Ansible @@ -42,6 +42,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Thu Jul 28 2016 Parag Nemade - 3.2.5-1 +- Update to 3.2.5 + * Thu Jul 28 2016 Parag Nemade - 3.2.4-1 - Update to 3.2.4 diff --git a/sources b/sources index 88d941e..c5c692d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba8c7aa9695e07ece2972ce5ee1b89c9 v3.2.4.tar.gz +01ac814b14b1f563160497f1d41fbff3 v3.2.5.tar.gz