Accepting request 487603 from home:stroeder:branches:systemsmanagement

Update to upstream release 2.3.0.0.

I have successfully tested this (and all the release candidates) on Tumbleweed x86_64 with my ansible roles for Æ-DIR setup.

OBS-URL: https://build.opensuse.org/request/show/487603
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=83
This commit is contained in:
Michael Ströder 2017-04-13 08:25:06 +00:00 committed by Git OBS Bridge
parent ffe5340b57
commit 2d49f9b717
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efd9c574168ac1916dd57f7c88d4dd2e13ef816af0ee49a8d34c77567886e4c2
size 2510182

3
ansible-2.3.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:299f3907cd566a20e163942fa82b6afc86ef89c2726ba503b90c1a651e82a458
size 4251730

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 28 08:30:35 UTC 2017 - michael@stroeder.com
- update to 2.3.0.0
for full list of changes see
/usr/share/doc/packages/ansible/CHANGELOG.md
-------------------------------------------------------------------
Mon Mar 27 21:26:31 UTC 2017 - michael@stroeder.com

View File

@ -19,13 +19,13 @@
Name: ansible
Version: 2.2.2.0
Version: 2.3.0.0
Release: 0
Summary: Radically simple IT automation
License: GPL-3.0
Group: Development/Languages/Python
Url: http://ansible.com/
Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
Source99: ansible-rpmlintrc
@ -99,6 +99,7 @@ mkdir -p %{buildroot}/%{_datadir}/ansible
%defattr(-,root,root,-)
%doc COPYING README.md CHANGELOG.md
%{_bindir}/ansible
%{_bindir}/ansible-connection
%{_bindir}/ansible-console
%{_bindir}/ansible-playbook
%{_bindir}/ansible-pull
@ -107,6 +108,7 @@ mkdir -p %{buildroot}/%{_datadir}/ansible
%{_bindir}/ansible-vault
%{python_sitelib}/*
%{_mandir}/man1/ansible.1*
%{_mandir}/man1/ansible-console.1*
%{_mandir}/man1/ansible-doc.1*
%{_mandir}/man1/ansible-galaxy.1*
%{_mandir}/man1/ansible-playbook.1*