diff --git a/ansible-lint-3.4.15.tar.gz b/ansible-lint-3.4.15.tar.gz deleted file mode 100644 index 009f582..0000000 --- a/ansible-lint-3.4.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7a4eac2a3b0f8f8c1954693b1d8307f3c86a1a8dd506ec185b6e452f5069185 -size 31804 diff --git a/ansible-lint-3.4.20.tar.gz b/ansible-lint-3.4.20.tar.gz new file mode 100644 index 0000000..77c47ae --- /dev/null +++ b/ansible-lint-3.4.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2 +size 34531 diff --git a/ansible-lint.changes b/ansible-lint.changes index 0e44d7d..96408c2 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Jan 22 14:47:45 UTC 2018 - boris@steki.net + +- updated to latest release 3.4.20 + + fixed rpm check build to use only python2 for now + + Fix for Python 2.6 + + added stdin to expected vars for command module + + added testcase + + made test >2.4 specific + + fixed wrong test-playbook + + Adding feature for issue #283, adding the ability to use a .ansible-lint + yaml configuration file in the working directory instead of command line + arguments. + + Adding CLI flag for specifying configuration file. Also adding guard + test to confirm that configuration file properties can be overriden by + command line. + + Adding 'merge' behavior to config file and CLI options. The 'True' + value will be preferred in the case of simple flags, while lists will be + merged. + + Fixing 3.4 issue with errs not able to be concatenated with a string + + Clarifying that -F is a path to file in the documentation. Also + expanding unnecessarily contracted line + + Updating config file to use -c to make it clear it is a configuration + file being specified. + + added include_tasks and import_tasks to utils + + updated example rule + + Add supervisorctl and systemd module support + + Add template/lineinfile module support + + Although how bin/ansible-lint works has changed significantly, + it should still exist so docs are accurate and for testing. + + Handle the 'cmd' argument in command/shell + ------------------------------------------------------------------- Wed Sep 6 08:18:15 UTC 2017 - boris@steki.net diff --git a/ansible-lint.spec b/ansible-lint.spec index 17a4db7..9380b6e 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: ansible-lint -Version: 3.4.15 +Version: 3.4.20 Release: 1%{?dist} Summary: Best practices checker for Ansible @@ -45,7 +45,7 @@ rm -rf *.egg-info %python_uninstall_alternative ansible-lint %check -%__python setup.py test +PYTHONPATH=%{buildroot}%{python2_sitelib} %__python setup.py test %files %python_files %defattr(-,root,root,-)