Accepting request 449808 from home:bmanojlovic:branches:systemsmanagement

Fixed ~rc tag / version
- 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

OBS-URL: https://build.opensuse.org/request/show/449808
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=73
This commit is contained in:
Klaus Kämpf 2017-01-12 14:00:38 +00:00 committed by Git OBS Bridge
parent 17d6787188
commit fe9478b78e
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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