Accepting request 399051 from home:stroeder:branches:systemsmanagement
update to 2.1.0.0 and recommend package python-dnspython OBS-URL: https://build.opensuse.org/request/show/399051 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=65
This commit is contained in:
parent
8d14a2054c
commit
8a2411cc1c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387
|
||||
size 1516681
|
3
ansible-2.1.0.0.tar.gz
Normal file
3
ansible-2.1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad
|
||||
size 1877209
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 29 18:51:07 UTC 2016 - michael@stroeder.com
|
||||
|
||||
- update to 2.1.0.0
|
||||
(see /usr/share/doc/packages/ansible/CHANGELOG.md for details)
|
||||
- on SuSE platforms recommend package python-dnspython for
|
||||
DNS lookups in playbooks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 18:12:52 UTC 2016 - michael@stroeder.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: ansible
|
||||
Version: 2.0.2.0
|
||||
Version: 2.1.0.0
|
||||
Release: 0
|
||||
Summary: Radically simple IT automation
|
||||
License: GPL-3.0
|
||||
@ -46,6 +46,7 @@ Requires: python-setuptools
|
||||
Recommends: python-dopy
|
||||
Recommends: python-pywinrm
|
||||
Recommends: sshpass
|
||||
Recommends: python-dnspython
|
||||
%endif
|
||||
|
||||
# RHEL == 6
|
||||
@ -96,8 +97,9 @@ mkdir -p %{buildroot}/%{_datadir}/ansible
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README.md
|
||||
%doc COPYING README.md CHANGELOG.md
|
||||
%{_bindir}/ansible
|
||||
%{_bindir}/ansible-console
|
||||
%{_bindir}/ansible-playbook
|
||||
%{_bindir}/ansible-pull
|
||||
%{_bindir}/ansible-doc
|
||||
|
Loading…
Reference in New Issue
Block a user