Accepting request 745267 from systemsmanagement

OBS-URL: https://build.opensuse.org/request/show/745267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2019-11-06 13:04:23 +00:00 committed by Git OBS Bridge
commit 20db27f560
6 changed files with 19 additions and 5 deletions

View File

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

View File

@ -1 +0,0 @@
31203b27c9d61123e8c86b6eb5116a21859ed4f26d55a1a71eaf27bd92bce355 ansible-2.8.6.tar.gz

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

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

1
ansible-2.9.0.tar.gz.sha Normal file
View File

@ -0,0 +1 @@
9f9a9ace1d63cd8a4692ab6ee6ed04823743f1bd339a6ef188860c02cf7f46f1 ansible-2.9.0.tar.gz

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Nov 3 19:26:21 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
- added file '/usr/bin/ansible-test' to spec file
-------------------------------------------------------------------
Fri Nov 1 21:11:03 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
- Update to version 2.9.0:
Full changelog is packaged at /usr/share/doc/packages/ansible/changelogs/
and also available online at
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst
-------------------------------------------------------------------
Sun Oct 27 14:15:53 UTC 2019 - lars@linux-schulserver.de

View File

@ -36,7 +36,7 @@
BuildArch: noarch
%endif
Name: ansible
Version: 2.8.6
Version: 2.9.0
Release: 0
Summary: Software automation engine
License: GPL-3.0-or-later
@ -168,6 +168,7 @@ mkdir -p %{buildroot}/%{_datadir}/ansible
%{_bindir}/ansible-inventory
%{_bindir}/ansible-playbook
%{_bindir}/ansible-pull
%{_bindir}/ansible-test
%{_bindir}/ansible-vault
%if %{with python3}
%{python3_sitelib}/*