diff --git a/.gitignore b/.gitignore index 28cc39a..2ee6778 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /v3.2.1.tar.gz /v3.2.4.tar.gz /v3.2.5.tar.gz +/v3.3.2.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 21b67f9..b56cf61 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.2.5 +Version: 3.3.2 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 +* Fri Sep 30 2016 Parag Nemade - 3.3.2-1 +- Update to 3.3.2 + * Thu Jul 28 2016 Parag Nemade - 3.2.5-1 - Update to 3.2.5 diff --git a/sources b/sources index c5c692d..711f7f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01ac814b14b1f563160497f1d41fbff3 v3.2.5.tar.gz +24c3a4b075b467c564a93f6be7c1f9b3 v3.3.2.tar.gz