Update to 2.6.2
- use %license macro - disable tests
This commit is contained in:
parent
d14709dd35
commit
b02ee3430a
3 changed files with 13 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/ansible-lint-1.0.4.tar.gz
|
||||
/ansible-lint-2.0.1.tar.gz
|
||||
/ansible-lint-2.6.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%global lib_name ansiblelint
|
||||
|
||||
Name: %{archive_name}
|
||||
Version: 2.0.1
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
|
||||
|
|
@ -31,16 +31,23 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
|
|||
%install
|
||||
%{__python2} setup.py install --skip-build --root=%{buildroot}
|
||||
|
||||
%check
|
||||
%{__python2} setup.py test
|
||||
# disabled as there is no tests to run
|
||||
#%check
|
||||
#%{__python2} setup.py test
|
||||
|
||||
%files
|
||||
%doc PKG-INFO LICENSE
|
||||
%doc PKG-INFO
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{python2_sitelib}/%{lib_name}
|
||||
%{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info
|
||||
|
||||
%changelog
|
||||
* Sat May 21 2016 Parag Nemade <pnemade AT redhat DOT com> - 2.6.2-1
|
||||
- Update to 2.6.2
|
||||
- use %license macro
|
||||
- disable tests
|
||||
|
||||
* Fri Dec 05 2014 Parag Nemade <pnemade AT redhat DOT com> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2f43dec6f6ef148c6620fe5ad349a845 ansible-lint-2.0.1.tar.gz
|
||||
1ec0c2b69eab3139e107c5efca999d9f ansible-lint-2.6.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue