Update to 2.4.0 release
This commit is contained in:
parent
97b368ceeb
commit
e5b138d0d4
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
|||
/ansible-lint-2.3.5.tar.gz
|
||||
/ansible-lint-2.3.8.tar.gz
|
||||
/ansible-lint-2.3.9.tar.gz
|
||||
/ansible-lint-2.4.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%global lib_name ansiblelint
|
||||
|
||||
Name: %{archive_name}
|
||||
Version: 2.3.9
|
||||
Version: 2.4.0
|
||||
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
|
||||
* Wed Mar 16 2016 Parag Nemade <pnemade AT redhat DOT com> - 2.4.0-1
|
||||
- Update to 2.4.0 release
|
||||
|
||||
* Thu Mar 03 2016 Parag Nemade <pnemade AT redhat DOT com> - 2.3.9-1
|
||||
- Update to 2.3.9 release
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cb1c4b57d2852102fde41901311d369f ansible-lint-2.3.9.tar.gz
|
||||
23a7a9afe30d1ed2815c3da9aa5deb4b ansible-lint-2.4.0.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue