From fe16452fea18ea8a09da8c8449645669756261a4ed29ad4f117e2daa3fe2346c Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 7 May 2018 11:10:11 +0000 Subject: [PATCH] - update to 3.4.21: + Update test that allows directories to have execute but not read bit set + new playbook_import statement is now also recognized + Allow directories to have execute but not read bit set + Update test coverage + Fix typos in rules description + Fix normal sentence seen as title + ansible-lint accepts multiple playbooks in cmdlne OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible-lint?expand=0&rev=3 --- ansible-lint-3.4.20.tar.gz | 3 --- ansible-lint-3.4.21.tar.gz | 3 +++ ansible-lint.changes | 13 +++++++++++++ ansible-lint.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 ansible-lint-3.4.20.tar.gz create mode 100644 ansible-lint-3.4.21.tar.gz diff --git a/ansible-lint-3.4.20.tar.gz b/ansible-lint-3.4.20.tar.gz deleted file mode 100644 index 77c47ae..0000000 --- a/ansible-lint-3.4.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2 -size 34531 diff --git a/ansible-lint-3.4.21.tar.gz b/ansible-lint-3.4.21.tar.gz new file mode 100644 index 0000000..69e452d --- /dev/null +++ b/ansible-lint-3.4.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225 +size 34924 diff --git a/ansible-lint.changes b/ansible-lint.changes index 96408c2..d03dca2 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 7 11:05:23 UTC 2018 - lars@linux-schulserver.de + +- update to 3.4.21: + + Update test that allows directories to have execute but not + read bit set + + new playbook_import statement is now also recognized + + Allow directories to have execute but not read bit set + + Update test coverage + + Fix typos in rules description + + Fix normal sentence seen as title + + ansible-lint accepts multiple playbooks in cmdlne + ------------------------------------------------------------------- Mon Jan 22 14:47:45 UTC 2018 - boris@steki.net diff --git a/ansible-lint.spec b/ansible-lint.spec index 9380b6e..4e9c54f 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: ansible-lint -Version: 3.4.20 +Version: 3.4.21 Release: 1%{?dist} Summary: Best practices checker for Ansible