Accepting request 515725 from home:stroeder:branches:systemsmanagement

update to upstream release 2.3.2.0

OBS-URL: https://build.opensuse.org/request/show/515725
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=88
This commit is contained in:
Michael Ströder 2017-08-09 13:56:10 +00:00 committed by Git OBS Bridge
parent 3f7c7f18a2
commit 89cda86ebf
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 8 17:06:10 UTC 2017 - michael@stroeder.com
- update to 2.3.2.0 (final)
- replaced hard-coded version by var
-------------------------------------------------------------------
Wed Jun 07 20:51:30 UTC 2017 - matthias.eliasson@gmail.com

View File

@ -24,7 +24,7 @@
BuildArch: noarch
%endif
Name: ansible
Version: 2.3.1.0
Version: 2.3.2.0
Release: 0
Summary: Radically simple IT automation
License: GPL-3.0
@ -75,7 +75,7 @@ task-execution, and multinode orchestration - including trivializing things
like zero downtime rolling updates with load balancers.
%prep
%setup -q -n ansible-2.3.1.0
%setup -q -n ansible-%{version}
%build
python setup.py build