From 8c9bc54e398b3477ee65b0ae86cfd84ed49e29cf Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Sep 24 2018 05:23:16 +0000 Subject: Upstream 1.2.0 --- diff --git a/.gitignore b/.gitignore index f0cba67..f5acd4e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ results_cinch* /v0.9.0.tar.gz /v1.0.0.tar.gz /v1.1.0.tar.gz +/v1.2.0.tar.gz diff --git a/cinch.rpmlint b/cinch.rpmlint index 48c3f8c..f30baaf 100644 --- a/cinch.rpmlint +++ b/cinch.rpmlint @@ -1 +1,3 @@ addFilter("zero-length.*jenkins_pinned") +addFilter("wrong-script-interpreter.*cinch/library/.*") +addFilter("non-executable-script.*cinch/library/.*") diff --git a/cinch.spec b/cinch.spec index 2c9013b..65c0744 100644 --- a/cinch.spec +++ b/cinch.spec @@ -1,6 +1,6 @@ Name: cinch -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: A tool for provisioning Jenkins components for CI License: GPLv3+ @@ -24,6 +24,7 @@ the Continuous Integration experience. %autosetup -n %{name}-%{version} find . -name '*.sh' -exec chmod +x '{}' \; +find . -name '*.py' -exec chmod -x '{}' \; %build %py3_build @@ -34,10 +35,6 @@ find . -name '*.sh' -exec chmod +x '{}' \; # This is improperly installed by pip rm -rf %{buildroot}%{python3_sitelib}/tests -for f in $(find "%{buildroot}" -name '*.py'); do - sed -e '1s#/usr/bin/env python#%{__python3}#' -i "${f}" - chmod +x "${f}" -done %files @@ -50,6 +47,9 @@ done %changelog +* Mon Sep 24 2018 Greg Hellings - 1.2.0-1 +- New upstream 1.2.0 + * Wed Sep 05 2018 Greg Hellings - 1.1.0-2 - Fixed up spec file for RPM lint errors diff --git a/sources b/sources index af3fb80..42331e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.1.0.tar.gz) = d22547bbe6eb0014e8be851a0e4ec9f0540a039bc060fc1ecdcf3b65290f4355072a4a22db970596f5f67d9dcf72535b8f78facd149ff02fcd8ef11342a62064 +SHA512 (v1.2.0.tar.gz) = 68cf8efdc9b1caa0c6ee89b363a7e3a638f3ee4ecdf64af7279f1e6cabf7167462587c282e0882107d4b2c96662ef9821c9baf2238fa652110966302e3e54151