diff --git a/ansible-2.2.0.0.tar.gz b/ansible-2.2.0.0.tar.gz deleted file mode 100644 index 7d0d289..0000000 --- a/ansible-2.2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9f198d293394ce0f8ba802561b21368888e3301036a706b5584641b49408586 -size 2441851 diff --git a/ansible-2.2.1.0-0.4.rc4.tar.gz b/ansible-2.2.1.0-0.4.rc4.tar.gz new file mode 100644 index 0000000..e18f46a --- /dev/null +++ b/ansible-2.2.1.0-0.4.rc4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f47e7de9402b13dd388c2c00a0a89132930c81a237ce752c30d8da533c40a25 +size 2454175 diff --git a/ansible.changes b/ansible.changes index 1a56a05..3ec4a89 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 11 22:46:47 UTC 2017 - boris@steki.net + +- security update to rc4 of 2.2.1.0 version + CVE-2016-9587, CVE-2016-8628 and CVE-2016-8614 + for full list of changes see + /usr/share/doc/packages/ansible/CHANGELOG.md + ------------------------------------------------------------------- Mon Oct 17 18:11:08 UTC 2016 - michael@stroeder.com diff --git a/ansible.spec b/ansible.spec index d49f0a3..5e6a6e1 100644 --- a/ansible.spec +++ b/ansible.spec @@ -1,7 +1,7 @@ # # spec file for package ansible # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright 2013 by Lars Vogdt # Copyright 2014 by Boris Manojlovic # @@ -18,14 +18,17 @@ # +%define realversion 2.2.1.0 +%define rcversion -0.4.rc4 +%define rctag ~rc4 Name: ansible -Version: 2.2.0.0 +Version: %realversion%{?rctag} Release: 0 Summary: Radically simple IT automation License: GPL-3.0 Group: Development/Languages/Python Url: http://ansible.com/ -Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz +Source: https://releases.ansible.com/ansible/ansible-%{realversion}%{?rcversion}.tar.gz Source99: ansible-rpmlintrc @@ -80,7 +83,7 @@ task-execution, and multinode orchestration - including trivializing things like zero downtime rolling updates with load balancers. %prep -%setup -q -n ansible-%{version} +%setup -q -n ansible-%{realversion} %build python setup.py build