Merge remote-tracking branch 'origin/master' into epel7
This commit is contained in:
commit
b6ca7c23b9
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -65,3 +65,4 @@
|
|||
/ansible-2.6.4.tar.gz
|
||||
/ansible-2.6.5.tar.gz
|
||||
/ansible-2.7.0.tar.gz
|
||||
/ansible-2.7.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
Name: ansible
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 2.7.0
|
||||
Version: 2.7.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -356,6 +356,7 @@ ln -s /usr/bin/pytest-3 bin/pytest
|
|||
# Fedora 26 does not have pathfix ¯\_(ツ)_/¯
|
||||
%if (0%{?fedora} > 26)
|
||||
pathfix.py -i %{__python3} -p test/runner
|
||||
pathfix.py -i %{__python3} -p bin/ansible-test
|
||||
%endif
|
||||
make PYTHON=/usr/bin/python3 tests-py3
|
||||
popd
|
||||
|
|
@ -393,6 +394,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 29 2018 Kevin Fenzi <kevin@scrye.com> - 2.7.1-1
|
||||
- Update to 2.7.1.
|
||||
|
||||
* Thu Oct 04 2018 Kevin Fenzi <kevin@scrye.com> - 2.7.0-1
|
||||
- Update to 2.7.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ansible-2.7.0.tar.gz) = a5e0e0b87bb2fa8fbc76825733a5c6afe642d4602be80466e5f28324e90be4487fd1c300e567a164222f171bd9eac65b7b36ca9b6fe4bebfcbd2c24dd60049ad
|
||||
SHA512 (ansible-2.7.1.tar.gz) = 263ebc5fb172c7eda0cc703508ba06a5a6ab197923597a616bcdf28b8bc673ff6117c72cbff4546a1f3628656b0c4d7dd05c34c75e68b9a0d9c29ea9b5a4162f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue