diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff7802..0b68c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/ansible-1.5.3.tar.bz2 b/ansible-1.5.3.tar.bz2 new file mode 100644 index 0000000..920468a --- /dev/null +++ b/ansible-1.5.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45b1f9ca4224d97134c6e006c4d83d7ad4c79356e21a35a3fc1e3409aa2d0c6 +size 427817 diff --git a/ansible.changes b/ansible.changes index 0ecf01f..4fc99e5 100644 --- a/ansible.changes +++ b/ansible.changes @@ -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 diff --git a/ansible.spec b/ansible.spec index f3c455d..451c04b 100644 --- a/ansible.spec +++ b/ansible.spec @@ -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,