- update to 2.3.1 RC1 (package version 2.3.0.1):
* SECURITY (MODERATE): fix for CVE-2017-7481, in which data for lookup plugins used as variables was not being correctly marked as "unsafe". OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=84
This commit is contained in:
parent
2d49f9b717
commit
a5d4b85a67
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:299f3907cd566a20e163942fa82b6afc86ef89c2726ba503b90c1a651e82a458
|
|
||||||
size 4251730
|
|
3
ansible-2.3.1.0-0.1.rc1.tar.gz
Normal file
3
ansible-2.3.1.0-0.1.rc1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5054b7eaeab4eb0a03a69c173cfd55aac256f1ec430cc8d9976b80a252ac544b
|
||||||
|
size 4146189
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 10 22:35:24 UTC 2017 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- update to 2.3.1 RC1 (package version 2.3.0.1):
|
||||||
|
* SECURITY (MODERATE): fix for CVE-2017-7481, in which data for
|
||||||
|
lookup plugins used as variables was not being correctly marked
|
||||||
|
as "unsafe".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 28 08:30:35 UTC 2017 - michael@stroeder.com
|
Tue Mar 28 08:30:35 UTC 2017 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -19,13 +19,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 2.3.0.0
|
Version: 2.3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define realversion 2.3.1.0-0.1.rc1
|
||||||
Summary: Radically simple IT automation
|
Summary: Radically simple IT automation
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://ansible.com/
|
Url: http://ansible.com/
|
||||||
Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
|
Source: https://releases.ansible.com/ansible/ansible-%{realversion}.tar.gz
|
||||||
|
|
||||||
Source99: ansible-rpmlintrc
|
Source99: ansible-rpmlintrc
|
||||||
|
|
||||||
@ -80,7 +81,7 @@ task-execution, and multinode orchestration - including trivializing things
|
|||||||
like zero downtime rolling updates with load balancers.
|
like zero downtime rolling updates with load balancers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ansible-%{version}
|
%setup -q -n ansible-2.3.1.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user