- update to 1.5.3:

* Fixes to the git module related to host key checking
  * Force command action to not be executed by the shell unless 
    specifically enabled.
  * Validate SSL certs accessed through urllib*. 
  * Implement new default cipher class AES256 in ansible-vault.
  * Misc bug fixes.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=22
This commit is contained in:
Lars Vogdt 2014-03-20 23:26:35 +00:00 committed by Git OBS Bridge
parent 2045cd0d93
commit f659e13234
4 changed files with 40 additions and 8 deletions

View File

@ -1,6 +1,22 @@
Ansible Changes By Release
==========================
## 1.5.3 "Love Walks In" - March 13, 2014
- Fix validate_certs and run_command errors from previous release
- Fixes to the git module related to host key checking
## 1.5.2 "Love Walks In" - March 11, 2014
- Fix module errors in airbrake and apt from previous release
## 1.5.1 "Love Walks In" - March 10, 2014
- Force command action to not be executed by the shell unless specifically enabled.
- Validate SSL certs accessed through urllib*.
- Implement new default cipher class AES256 in ansible-vault.
- Misc bug fixes.
## 1.5 "Love Walks In" - February 28, 2014
Major features/changes:

3
ansible-1.5.3.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 20 23:24:56 UTC 2014 - lars@linux-schulserver.de
- update to 1.5.3:
* Fixes to the git module related to host key checking
* Force command action to not be executed by the shell unless
specifically enabled.
* Validate SSL certs accessed through urllib*.
* Implement new default cipher class AES256 in ansible-vault.
* Misc bug fixes.
-------------------------------------------------------------------
Sat Mar 8 11:08:25 UTC 2014 - lars@linux-schulserver.de

View File

@ -1,6 +1,7 @@
#
# spec file for package ansible
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright 2013 by Lars Vogdt
#
# All modifications and additions to the file contributed by third parties
@ -12,15 +13,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ansible
Version: 1.5
Release: 1
Version: 1.5.3
Release: 0
Summary: SSH-based configuration management, deployment, and orchestration engine
License: GPL-3.0+
Url: http://www.ansibleworks.com
Group: System/Management
Url: http://www.ansibleworks.com
# http://ansibleworks.com/releases/ansible-%%{version}.tar.gz
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
@ -54,16 +57,16 @@ BuildArch: noarch
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
BuildRequires: python2-devel
Requires: python26-PyYAML
Requires: python26-paramiko
Requires: python26-jinja2
Requires: python26-keyczar
Requires: python26-paramiko
%endif
%if 0%{?rhel} > 5 || 0%{?rhel_version} > 505
BuildRequires: python2-devel
Requires: PyYAML
Requires: python-paramiko
Requires: python-jinja2
Requires: python-keyczar
Requires: python-paramiko
%endif
#
# Fedora
@ -71,12 +74,11 @@ Requires: python-keyczar
%if 0%{?fedora}
BuildRequires: python2-devel
Requires: PyYAML
Requires: python-paramiko
Requires: python-jinja2
Requires: python-keyczar
Requires: python-paramiko
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Ansible is a radically simple model-driven configuration management,