This commit is contained in:
parent
d007679c05
commit
8e2f1a0175
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f9a9ace1d63cd8a4692ab6ee6ed04823743f1bd339a6ef188860c02cf7f46f1
|
||||
size 14126941
|
@ -1 +0,0 @@
|
||||
9f9a9ace1d63cd8a4692ab6ee6ed04823743f1bd339a6ef188860c02cf7f46f1 ansible-2.9.0.tar.gz
|
3
ansible-2.9.1.tar.gz
Normal file
3
ansible-2.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d87cb25df02284d59226ff1d935d7075a175f31d0db83564c2f1ca28bbbd4cb4
|
||||
size 14144123
|
1
ansible-2.9.1.tar.gz.sha
Normal file
1
ansible-2.9.1.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
||||
d87cb25df02284d59226ff1d935d7075a175f31d0db83564c2f1ca28bbbd4cb4 ansible-2.9.1.tar.gz
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 12:44:55 UTC 2019 - lars@linux-schulserver.de - 2.9.1
|
||||
|
||||
- update to version 2.9.1
|
||||
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
|
||||
+ CVE-2019-14864: fixed Splunk and Sumologic callback plugins leak
|
||||
sensitive data in logs
|
||||
- replace all #!/usr/bin/env lines to use #!/usr/bin/$1 directly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 19:26:21 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Name: ansible
|
||||
Version: 2.9.0
|
||||
Version: 2.9.1
|
||||
Release: 0
|
||||
Summary: Software automation engine
|
||||
License: GPL-3.0-or-later
|
||||
@ -135,6 +135,11 @@ like zero downtime rolling updates with load balancers.
|
||||
find . -name .git_keep -delete
|
||||
find contrib/ -type f -exec chmod 644 {} +
|
||||
|
||||
# Replace all #!/usr/bin/env lines to use #!/usr/bin/$1 directly.
|
||||
find ./ -type f -exec \
|
||||
sed -i '1s|^#!/usr/bin/env |#!/usr/bin/|' {} \;
|
||||
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user