Accepting request 399371 from systemsmanagement
1 OBS-URL: https://build.opensuse.org/request/show/399371 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=20
This commit is contained in:
commit
b11715ad40
@ -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
|
Sat May 7 18:12:52 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 2.0.2.0
|
Version: 2.1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Radically simple IT automation
|
Summary: Radically simple IT automation
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@ -46,6 +46,7 @@ Requires: python-setuptools
|
|||||||
Recommends: python-dopy
|
Recommends: python-dopy
|
||||||
Recommends: python-pywinrm
|
Recommends: python-pywinrm
|
||||||
Recommends: sshpass
|
Recommends: sshpass
|
||||||
|
Recommends: python-dnspython
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# RHEL == 6
|
# RHEL == 6
|
||||||
@ -96,8 +97,9 @@ mkdir -p %{buildroot}/%{_datadir}/ansible
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README.md
|
%doc COPYING README.md CHANGELOG.md
|
||||||
%{_bindir}/ansible
|
%{_bindir}/ansible
|
||||||
|
%{_bindir}/ansible-console
|
||||||
%{_bindir}/ansible-playbook
|
%{_bindir}/ansible-playbook
|
||||||
%{_bindir}/ansible-pull
|
%{_bindir}/ansible-pull
|
||||||
%{_bindir}/ansible-doc
|
%{_bindir}/ansible-doc
|
||||||
|
Loading…
Reference in New Issue
Block a user