From b02ee3430adb7d1a1bc9b85a53984b9820977f52 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Sat, 21 May 2016 10:59:07 +0530 Subject: [PATCH 01/14] Update to 2.6.2 - use %license macro - disable tests --- .gitignore | 1 + ansible-lint.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f358b2e..8361354 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ansible-lint.spec b/ansible-lint.spec index b7cf53b..6d633d1 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -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 - 2.6.2-1 +- Update to 2.6.2 +- use %license macro +- disable tests + * Fri Dec 05 2014 Parag Nemade - 2.0.1-1 - Update to 2.0.1 diff --git a/sources b/sources index 4192366..cd2f966 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f43dec6f6ef148c6620fe5ad349a845 ansible-lint-2.0.1.tar.gz +1ec0c2b69eab3139e107c5efca999d9f ansible-lint-2.6.2.tar.gz From 9bb896a3e28c3887df789ac2b7fd20d1df659217 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 23 Jun 2016 10:45:07 +0530 Subject: [PATCH 02/14] Update to 3.0.0 release --- .gitignore | 1 + ansible-lint.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8361354..9d0aaaa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ansible-lint-1.0.4.tar.gz /ansible-lint-2.0.1.tar.gz /ansible-lint-2.6.2.tar.gz +/ansible-lint-3.0.0.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 6d633d1..ae79739 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,13 +2,13 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 2.6.2 +Version: 3.0.0 Release: 1%{?dist} Summary: Best practices checker for Ansible License: MIT URL: https://github.com/willthames/ansible-lint -Source0: https://pypi.python.org/packages/source/a/%{archive_name}/%{archive_name}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/b5/4f/dd446c962ff09da8df88c7698761a603ab9038fcc97ec15e1eebebf0b427/%{archive_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -43,6 +43,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Thu Jun 23 2016 Parag Nemade - 3.0.0-1 +- Update to 3.0.0 release + * Sat May 21 2016 Parag Nemade - 2.6.2-1 - Update to 2.6.2 - use %license macro diff --git a/sources b/sources index cd2f966..a2ea998 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ec0c2b69eab3139e107c5efca999d9f ansible-lint-2.6.2.tar.gz +30353e91d399370d43fe72ef532d3bd9 ansible-lint-3.0.0.tar.gz From 6a15fb43b7a862e54999b236f36cb126e7c88f48 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 24 Jun 2016 07:48:46 +0530 Subject: [PATCH 03/14] Fixed typo in previous changelog entry --- .gitignore | 1 + ansible-lint.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9d0aaaa..a136784 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /ansible-lint-2.0.1.tar.gz /ansible-lint-2.6.2.tar.gz /ansible-lint-3.0.0.tar.gz +/ansible-lint-3.0.1.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index ae79739..75bca0f 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,13 +2,13 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.0.0 -Release: 1%{?dist} +Version: 3.0.1 +Release: 2%{?dist} Summary: Best practices checker for Ansible License: MIT URL: https://github.com/willthames/ansible-lint -Source0: https://pypi.python.org/packages/b5/4f/dd446c962ff09da8df88c7698761a603ab9038fcc97ec15e1eebebf0b427/%{archive_name}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/29/8d/af02a70d53018186f8eb1e8ef14a66f917dea4bc35b07507e7a699707a76/%{archive_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -43,6 +43,12 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Fri Jun 24 2016 Parag Nemade - 3.0.1-2 +- Fixed typo in previous changelog entry + +* Fri Jun 24 2016 Parag Nemade - 3.0.1-1 +- Update to 3.0.1 release + * Thu Jun 23 2016 Parag Nemade - 3.0.0-1 - Update to 3.0.0 release diff --git a/sources b/sources index a2ea998..9dfde19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30353e91d399370d43fe72ef532d3bd9 ansible-lint-3.0.0.tar.gz +ec9db7cc0fb7ca5089ce67b7e7536348 ansible-lint-3.0.1.tar.gz From c7aae0b95b071d2a78103d72b491b686679e154d Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 15 Jul 2016 10:07:16 +0530 Subject: [PATCH 04/14] Update to 3.1.3 release --- .gitignore | 1 + ansible-lint.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a136784..ca6d25f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /ansible-lint-2.6.2.tar.gz /ansible-lint-3.0.0.tar.gz /ansible-lint-3.0.1.tar.gz +/v3.1.3.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 75bca0f..c3b4536 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,13 +2,13 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.0.1 -Release: 2%{?dist} +Version: 3.1.3 +Release: 1%{?dist} Summary: Best practices checker for Ansible License: MIT URL: https://github.com/willthames/ansible-lint -Source0: https://pypi.python.org/packages/29/8d/af02a70d53018186f8eb1e8ef14a66f917dea4bc35b07507e7a699707a76/%{archive_name}-%{version}.tar.gz +Source0: https://github.com/willthames/%{archive_name}/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -43,6 +43,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Fri Jul 15 2016 Parag Nemade - 3.1.3-1 +- Update to 3.1.3 release + * Fri Jun 24 2016 Parag Nemade - 3.0.1-2 - Fixed typo in previous changelog entry diff --git a/sources b/sources index 9dfde19..aea9b53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec9db7cc0fb7ca5089ce67b7e7536348 ansible-lint-3.0.1.tar.gz +f52c32ea770e3785b8587972a2d28ffd v3.1.3.tar.gz From 9bdcbe19c14acf162f74d2beb9a04654fb4c794f Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 15 Jul 2016 10:12:46 +0530 Subject: [PATCH 05/14] Fix %doc file list --- ansible-lint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-lint.spec b/ansible-lint.spec index c3b4536..f91906f 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -36,7 +36,7 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' #%{__python2} setup.py test %files -%doc PKG-INFO +%doc README.md %license LICENSE %{_bindir}/%{name} %{python2_sitelib}/%{lib_name} From 1c65f2cd0731bbec5b1f88c09704d311ae2b82d0 Mon Sep 17 00:00:00 2001 From: Parag A Nemade Date: Fri, 30 Sep 2016 18:47:41 +0530 Subject: [PATCH 06/14] Update to 3.3.3 --- .gitignore | 1 + ansible-lint.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca6d25f..d10d8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /ansible-lint-3.0.0.tar.gz /ansible-lint-3.0.1.tar.gz /v3.1.3.tar.gz +/v3.3.3.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index f91906f..c7e21d8 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.1.3 +Version: 3.3.3 Release: 1%{?dist} Summary: Best practices checker for Ansible @@ -43,6 +43,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Fri Sep 30 2016 Parag Nemade - 3.3.3-1 +- Update to 3.3.3 + * Fri Jul 15 2016 Parag Nemade - 3.1.3-1 - Update to 3.1.3 release diff --git a/sources b/sources index aea9b53..2d5050e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f52c32ea770e3785b8587972a2d28ffd v3.1.3.tar.gz +91efe4d300668e1dc7cdc66f93c05ea1 v3.3.3.tar.gz From 1f3998cfe91355179ed6392359eb54c60569e236 Mon Sep 17 00:00:00 2001 From: Parag A Nemade Date: Fri, 28 Oct 2016 21:08:32 +0530 Subject: [PATCH 07/14] Update to 3.4.1 --- .gitignore | 1 + ansible-lint.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d10d8cd..ee67835 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /ansible-lint-3.0.1.tar.gz /v3.1.3.tar.gz /v3.3.3.tar.gz +/v3.4.1.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index c7e21d8..feace2b 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.3.3 +Version: 3.4.1 Release: 1%{?dist} Summary: Best practices checker for Ansible @@ -43,6 +43,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Fri Oct 28 2016 Parag Nemade - 3.4.1-1 +- Update to 3.4.1 + * Fri Sep 30 2016 Parag Nemade - 3.3.3-1 - Update to 3.3.3 diff --git a/sources b/sources index 2d5050e..85e5549 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91efe4d300668e1dc7cdc66f93c05ea1 v3.3.3.tar.gz +2ae495d3b78cebdcfde2a3612fdac77f v3.4.1.tar.gz From a6389fba084f5a46362d858c16972a5b47751445 Mon Sep 17 00:00:00 2001 From: Parag A Nemade Date: Thu, 22 Dec 2016 12:45:19 +0530 Subject: [PATCH 08/14] Update to 3.4.9 --- .gitignore | 25 +++++++++++++++++++++++++ ansible-lint.spec | 30 ++++++++++++++++++++++-------- sources | 2 +- 3 files changed, 48 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ee67835..18db9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,33 @@ /ansible-lint-1.0.4.tar.gz /ansible-lint-2.0.1.tar.gz +/ansible-lint-2.0.3.tar.gz +/ansible-lint-2.1.0.tar.gz +/ansible-lint-2.2.0.tar.gz +/ansible-lint-2.3.0.tar.gz +/ansible-lint-2.3.1.tar.gz +/ansible-lint-2.3.3.tar.gz +/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 +/ansible-lint.spec +/ansible-lint-2.4.1.tar.gz /ansible-lint-2.6.2.tar.gz /ansible-lint-3.0.0.tar.gz /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 /v3.1.3.tar.gz +/v3.2.0.tar.gz +/v3.2.1.tar.gz +/v3.2.4.tar.gz +/v3.2.5.tar.gz +/v3.3.2.tar.gz /v3.3.3.tar.gz /v3.4.1.tar.gz +/v3.4.3.tar.gz +/v3.4.4.tar.gz +/v3.4.7.tar.gz +/v3.4.8.tar.gz +/v3.4.9.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index feace2b..aa0c895 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.4.1 +Version: 3.4.9 Release: 1%{?dist} Summary: Best practices checker for Ansible @@ -20,20 +20,19 @@ Requires: ansible Checks playbooks for practices and behavior that could potentially be improved %prep -%setup -q -n %{archive_name}-%{version} +%autosetup -n %{archive_name}-%{version} rm -rf *.egg-info find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %build -%{__python2} setup.py build +%py2_build %install -%{__python2} setup.py install --skip-build --root=%{buildroot} +%py2_install -# disabled as there is no tests to run -#%check -#%{__python2} setup.py test +%check +%{__python2} setup.py test %files %doc README.md @@ -43,6 +42,21 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Thu Dec 22 2016 Parag Nemade - 3.4.9-1 +- Update to 3.4.9 + +* Fri Dec 16 2016 Parag Nemade - 3.4.8-1 +- Update to 3.4.8 + +* Mon Dec 05 2016 Parag Nemade - 3.4.7-1 +- Update to 3.4.7 + +* Tue Nov 15 2016 Parag Nemade - 3.4.4-1 +- Update to 3.4.4 + +* Tue Nov 08 2016 Parag Nemade - 3.4.3-1 +- Update to 3.4.3 + * Fri Oct 28 2016 Parag Nemade - 3.4.1-1 - Update to 3.4.1 @@ -50,7 +64,7 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' - Update to 3.3.3 * Fri Jul 15 2016 Parag Nemade - 3.1.3-1 -- Update to 3.1.3 release +- Upstream release 3.1.3 * Fri Jun 24 2016 Parag Nemade - 3.0.1-2 - Fixed typo in previous changelog entry diff --git a/sources b/sources index 85e5549..f3d3449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ae495d3b78cebdcfde2a3612fdac77f v3.4.1.tar.gz +SHA512 (v3.4.9.tar.gz) = d962f59eb90094e4f242bcafa87553cff2aea8732a30bb0f0013889a1da0697104a93593ee7f26b650cca966081591db1e174de4ca3e87d841a4da61ce199e82 From ade437826f8a66647a7908b95084af2e0ecb3aad Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 22 Sep 2017 06:50:46 +0530 Subject: [PATCH 09/14] Update to 3.4.15 version --- .gitignore | 1 + ansible-lint.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5e915af..ce58aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /v3.4.11.tar.gz /v3.4.12.tar.gz /v3.4.13.tar.gz +/v3.4.15.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 9299ac0..63e3f75 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.4.13 +Version: 3.4.15 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 +* Sat Sep 02 2017 Parag Nemade - 3.4.15-1 +- Update to 3.4.15 version + * Wed May 03 2017 Parag Nemade - 3.4.13-1 - Update to 3.4.13 version diff --git a/sources b/sources index e8178df..79e87f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v3.4.13.tar.gz) = 07e2c7ff1861659dd6a9725d604396d74bb7a8b8a7e1bf48a0630e0997bd92f7706bc5de121da950ceac08c462d3009ae7f203ca58a25c628982d4f7623b8805 +SHA512 (v3.4.15.tar.gz) = 8bcdfe6d4fa0e505ac6bcf652592cf4531f0616adb771d9d17ad6f1a00676f715c296043efffb5e2dc9e14f869ace922b9986df8edec16924065acfd3f65c4e3 From 8b8d97ed13ef590f06a98c54bf74a12da550b899 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 23 Oct 2017 06:36:05 +0530 Subject: [PATCH 10/14] Update to 3.4.17 version (#1505124) --- .gitignore | 1 + ansible-lint.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ce58aa7..23e24a3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /v3.4.12.tar.gz /v3.4.13.tar.gz /v3.4.15.tar.gz +/v3.4.17.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 63e3f75..683f349 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.4.15 +Version: 3.4.17 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 +* Sun Oct 22 2017 Parag Nemade - 3.4.17-1 +- Update to 3.4.17 version (#1505124) + * Sat Sep 02 2017 Parag Nemade - 3.4.15-1 - Update to 3.4.15 version diff --git a/sources b/sources index 79e87f8..2605cbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v3.4.15.tar.gz) = 8bcdfe6d4fa0e505ac6bcf652592cf4531f0616adb771d9d17ad6f1a00676f715c296043efffb5e2dc9e14f869ace922b9986df8edec16924065acfd3f65c4e3 +SHA512 (v3.4.17.tar.gz) = 56e56645ea47926127bfceb1a4fd2eaf7adba286af51ff8f50851fff1dcc8b6a6df4ffbc78914aac1b2c4e1fe5977ad52e82e34d3637f82b7c2dd79a2488bd1a From 09ab46ac8d047ad36ba653c15e6625583b5120c1 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 11 Dec 2017 09:53:17 +0530 Subject: [PATCH 11/14] Update to 3.4.19 version (#1524156) --- .gitignore | 1 + ansible-lint.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 23e24a3..88db014 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /v3.4.13.tar.gz /v3.4.15.tar.gz /v3.4.17.tar.gz +/v3.4.19.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 683f349..25d1904 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.4.17 +Version: 3.4.19 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 +* Mon Dec 11 2017 Parag Nemade - 3.4.19-1 +- Update to 3.4.19 version (#1524156) + * Sun Oct 22 2017 Parag Nemade - 3.4.17-1 - Update to 3.4.17 version (#1505124) diff --git a/sources b/sources index 2605cbf..59416f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v3.4.17.tar.gz) = 56e56645ea47926127bfceb1a4fd2eaf7adba286af51ff8f50851fff1dcc8b6a6df4ffbc78914aac1b2c4e1fe5977ad52e82e34d3637f82b7c2dd79a2488bd1a +SHA512 (v3.4.19.tar.gz) = 3da5c16632f12f3cc9438dc7ec2a3cfd250c4a5b8c12002a9585b663ccf935fd7cf756fa3e61cce8e93aa66bed24df1f9881b46d92252d40319cf5c1f3e41e67 From 50cd023c702f382db835ff884018e60913b16ee0 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 14 Mar 2018 06:36:59 +0530 Subject: [PATCH 12/14] Update to 3.4.21 version (#1555095) --- .gitignore | 1 + ansible-lint.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 88db014..6ae18ca 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /v3.4.15.tar.gz /v3.4.17.tar.gz /v3.4.19.tar.gz +/v3.4.21.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 25d1904..7222c3a 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.4.19 +Version: 3.4.21 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 14 2018 Parag Nemade - 3.4.21-1 +- Update to 3.4.21 version (#1555095) + * Mon Dec 11 2017 Parag Nemade - 3.4.19-1 - Update to 3.4.19 version (#1524156) diff --git a/sources b/sources index 59416f2..e62a060 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v3.4.19.tar.gz) = 3da5c16632f12f3cc9438dc7ec2a3cfd250c4a5b8c12002a9585b663ccf935fd7cf756fa3e61cce8e93aa66bed24df1f9881b46d92252d40319cf5c1f3e41e67 +SHA512 (v3.4.21.tar.gz) = fc211564b4684982f004dfa01231386a4f6c53ef93c55cb3440376966ca99a5525232f2119b679645beabcf100978a426e3095855670a6a84ebfaedb061a9dda From c691a95d504325d0ec2f14803cbb7c42a0588555 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 14 Mar 2018 06:54:07 +0530 Subject: [PATCH 13/14] Fix the test execution --- ansible-lint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-lint.spec b/ansible-lint.spec index 7222c3a..044b30c 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -32,7 +32,7 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %py2_install %check -%{__python2} setup.py test +PYTHONPATH=%{buildroot}%{python2_sitelib} %{__python2} setup.py test %files %doc README.md From 4857f72af568feaa58668f72360d4512bd0ec9cf Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 22 Mar 2019 13:51:53 +0530 Subject: [PATCH 14/14] build 3.5.1 upstream release --- .gitignore | 2 ++ ansible-lint.spec | 6 +++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6ae18ca..3adb237 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ /v3.4.17.tar.gz /v3.4.19.tar.gz /v3.4.21.tar.gz +/v4.1.0.tar.gz +/v3.5.1.tar.gz diff --git a/ansible-lint.spec b/ansible-lint.spec index 044b30c..880fe89 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -2,7 +2,7 @@ %global lib_name ansiblelint Name: %{archive_name} -Version: 3.4.21 +Version: 3.5.1 Release: 1%{?dist} Summary: Best practices checker for Ansible @@ -14,6 +14,7 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: ansible + Requires: ansible %description @@ -42,6 +43,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} %{__python2} setup.py test %{python2_sitelib}/ansible_lint-%{version}-py2.*.egg-info %changelog +* Thu Mar 21 2019 Parag Nemade - 3.5.1-1 +- build 3.5.1 upstream release + * Wed Mar 14 2018 Parag Nemade - 3.4.21-1 - Update to 3.4.21 version (#1555095) diff --git a/sources b/sources index e62a060..4bda690 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v3.4.21.tar.gz) = fc211564b4684982f004dfa01231386a4f6c53ef93c55cb3440376966ca99a5525232f2119b679645beabcf100978a426e3095855670a6a84ebfaedb061a9dda +SHA512 (v3.5.1.tar.gz) = 7a32a6b2687a95f09ebd77ee6f8dad75da642381147024f9609d1d82f43ee999259a9dc8c2b219e001b8064072cbf27ddab6ed0e9bc82c72b1a2b6fdf1651cc9