Merge remote-tracking branch 'origin/master' into epel7
This commit is contained in:
commit
73e484d526
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -64,3 +64,4 @@
|
|||
/ansible-2.6.3.tar.gz
|
||||
/ansible-2.6.4.tar.gz
|
||||
/ansible-2.6.5.tar.gz
|
||||
/ansible-2.7.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
Name: ansible
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 2.6.5
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -372,14 +372,14 @@ popd
|
|||
%exclude %{_bindir}/ansible*-3*
|
||||
%endif # python3 and 2
|
||||
%config(noreplace) %{_sysconfdir}/ansible/
|
||||
%doc README.rst PKG-INFO COPYING changelogs/CHANGELOG-v2.6.rst
|
||||
%doc README.rst PKG-INFO COPYING changelogs/CHANGELOG-v2.7.rst
|
||||
%doc %{_mandir}/man1/ansible*
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%if 0%{?with_python2}
|
||||
%files -n ansible-python3
|
||||
%config(noreplace) %{_sysconfdir}/ansible/
|
||||
%doc README.rst PKG-INFO COPYING changelogs/CHANGELOG-v2.6.rst
|
||||
%doc README.rst PKG-INFO COPYING changelogs/CHANGELOG-v2.7.rst
|
||||
%doc %{_mandir}/man1/ansible*
|
||||
%{_bindir}/ansible*-3*
|
||||
%endif # python2
|
||||
|
|
@ -393,6 +393,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 04 2018 Kevin Fenzi <kevin@scrye.com> - 2.7.0-1
|
||||
- Update to 2.7.0
|
||||
|
||||
* Fri Sep 28 2018 Kevin Fenzi <kevin@scrye.com> - 2.6.5-1
|
||||
- Update to 2.6.5.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ansible-2.6.5.tar.gz) = 3cab1d14abb3d173722ee76699ac778188481d575d589fb9e85541689a806b6f3eece9b1c5122cd863b46da56ed5cc3c32faaa143826ab3bd3e7a6cc06cbe2fe
|
||||
SHA512 (ansible-2.7.0.tar.gz) = a5e0e0b87bb2fa8fbc76825733a5c6afe642d4602be80466e5f28324e90be4487fd1c300e567a164222f171bd9eac65b7b36ca9b6fe4bebfcbd2c24dd60049ad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue