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:
parent
7af40c3479
commit
2d9798ecee
3
ansible-2.9.10.tar.gz
Normal file
3
ansible-2.9.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0866f1432db1698758ca5753f2c1c2a8048823cc6f9ab4b7d03162c44febcacd
|
||||||
|
size 14237929
|
1
ansible-2.9.10.tar.gz.sha
Normal file
1
ansible-2.9.10.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
|||||||
|
0866f1432db1698758ca5753f2c1c2a8048823cc6f9ab4b7d03162c44febcacd ansible-2.9.10.tar.gz
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e83d84ae8bf131c0499d8a4c0e1144bf969454c43086e61cca3c224227df29d1
|
|
||||||
size 14222889
|
|
@ -1 +0,0 @@
|
|||||||
e83d84ae8bf131c0499d8a4c0e1144bf969454c43086e61cca3c224227df29d1 ansible-2.9.9.tar.gz
|
|
@ -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>
|
Thu May 28 13:57:38 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ Recommends: %{python}-six
|
|||||||
Recommends: sshpass
|
Recommends: sshpass
|
||||||
%endif
|
%endif
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 2.9.9
|
Version: 2.9.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SSH-based configuration management, deployment, and task execution system
|
Summary: SSH-based configuration management, deployment, and task execution system
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -229,9 +229,6 @@ URL: https://ansible.com/
|
|||||||
Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
|
Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
|
||||||
Source1: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz.sha
|
Source1: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz.sha
|
||||||
Source99: ansible-rpmlintrc
|
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
|
BuildArch: noarch
|
||||||
# extented documentation
|
# extented documentation
|
||||||
%if 0%{?with_docs}
|
%if 0%{?with_docs}
|
||||||
@ -291,7 +288,6 @@ automatically.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ansible-%{version}
|
%setup -q -n ansible-%{version}
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
for file in .git_keep .travis.yml ; do
|
for file in .git_keep .travis.yml ; do
|
||||||
find . -name "$file" -delete
|
find . -name "$file" -delete
|
||||||
|
Loading…
Reference in New Issue
Block a user