Accepting request 815919 from home:stroeder:branches:systemsmanagement

- update to version 2.9.10 with many bug fixes.
- removed obsolete patch CVE-2020-1744_avoid_mkdir_p.patch

OBS-URL: https://build.opensuse.org/request/show/815919
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=185
This commit is contained in:
Michael Ströder 2020-06-22 13:27:31 +00:00 committed by Git OBS Bridge
parent 7af40c3479
commit 2d9798ecee
6 changed files with 11 additions and 9 deletions

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

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

View File

@ -0,0 +1 @@
0866f1432db1698758ca5753f2c1c2a8048823cc6f9ab4b7d03162c44febcacd ansible-2.9.10.tar.gz

View File

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

View File

@ -1 +0,0 @@
e83d84ae8bf131c0499d8a4c0e1144bf969454c43086e61cca3c224227df29d1 ansible-2.9.9.tar.gz

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 19 09:21:12 UTC 2020 - Michael Ströder <michael@stroeder.com>
- update to version 2.9.10 with many bug fixes.
- removed obsolete patch CVE-2020-1744_avoid_mkdir_p.patch
-------------------------------------------------------------------
Thu May 28 13:57:38 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -220,7 +220,7 @@ Recommends: %{python}-six
Recommends: sshpass
%endif
Name: ansible
Version: 2.9.9
Version: 2.9.10
Release: 0
Summary: SSH-based configuration management, deployment, and task execution system
License: GPL-3.0-or-later
@ -229,9 +229,6 @@ URL: https://ansible.com/
Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
Source1: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz.sha
Source99: ansible-rpmlintrc
# PATCH-FIX-UPSTREAM CVE-2020-1744_avoid_mkdir_p.patch bsc#1171823 mcepl@suse.com
# gh#ansible/ansible#67791 avoid race condition and insecure directory creation
Patch0: CVE-2020-1744_avoid_mkdir_p.patch
BuildArch: noarch
# extented documentation
%if 0%{?with_docs}
@ -291,7 +288,6 @@ automatically.
%prep
%setup -q -n ansible-%{version}
%autopatch -p1
for file in .git_keep .travis.yml ; do
find . -name "$file" -delete