From c4607e60f5020901f96061066d1e75aa59c3caad Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Jul 07 2016 07:31:47 +0000 Subject: Upstream release 3.1.1 --- diff --git a/.gitignore b/.gitignore index 921053c..eb4f4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /ansible-lint-3.0.1.tar.gz /ansible-lint-3.1.0.tar.gz /ansible-lint-3.1.1.tar.gz +/v3.1.2.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 80e2f5d..00e137b 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,13 +2,13 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.1.1 +Version: 3.1.2 Release: 1%{?dist} Summary: Best practices checker for Ansible License: MIT URL: https://github.com/willthames/ansible-lint -Source0: https://pypi.python.org/packages/43/74/5f7ce2c1debfcde7c38a179bafe2a3e774a9c7d8a828bfc1deb380043825/%{archive_name}-%{version}.tar.gz +Source0: https://github.com/willthames/%{archive_name}/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -42,6 +42,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Thu Jul 07 2016 Parag Nemade - 3.1.2-1 +- Upstream release 3.1.2 + * Thu Jun 30 2016 Parag Nemade - 3.1.1-1 - Upstream release 3.1.1 diff --git a/sources b/sources index 1a539f5..1ace977 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -640dd1b5209700b1640f240cf85a57a6 ansible-lint-3.1.1.tar.gz +402fba130ae9c9032c3b95c523125644 v3.1.2.tar.gz