diff --git a/ansible-1.7.1.tar.bz2 b/ansible-1.7.1.tar.bz2 deleted file mode 100644 index f66d84a..0000000 --- a/ansible-1.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3470daaa536be30c058a1616f6d1cd83b5fbcb21aa93f7b32b9e74ac18eba620 -size 558181 diff --git a/ansible-1.7.2.tar.xz b/ansible-1.7.2.tar.xz new file mode 100644 index 0000000..ee14dbc --- /dev/null +++ b/ansible-1.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c688bac4c3cebe98844a01ac1399114aec81a25f5bdcb2142b5c3b61dc92b4e7 +size 514616 diff --git a/ansible.changes b/ansible.changes index a22601b..7b00882 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 27 09:16:52 UTC 2014 - kgronlund@suse.com + +- update to 1.7.2: + - Fixes a bug in accelerate mode which caused a traceback when trying to use that connection method. + - Fixes a bug in vault where the password file option was not being used correctly internally. + - Improved multi-line parsing when using YAML literal blocks (using > or |). + - Fixed a bug with the file module and the creation of relative symlinks. + - Fixed a bug where checkmode was not being honored during the templating of files. + - Other various bug fixes. +- Switch to xz for source package + ------------------------------------------------------------------- Sun Aug 17 15:21:38 UTC 2014 - lars@linux-schulserver.de diff --git a/ansible.spec b/ansible.spec index 5651c41..714d626 100644 --- a/ansible.spec +++ b/ansible.spec @@ -18,14 +18,14 @@ Name: ansible -Version: 1.7.1 +Version: 1.7.2 Release: 0 Summary: SSH-based configuration management, deployment, and orchestration engine License: GPL-3.0+ Group: System/Management Url: http://www.ansible.com/ # http://releases.ansible.com/ansible/ansible-%%{version}.tar.gz -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.xz Source1: %{name}-rpmlintrc # https://raw.github.com/ansible/ansible/release%%{version}/CHANGELOG.md Source2: CHANGELOG.md @@ -36,6 +36,7 @@ Requires: sshpass %if 0%{?suse_version} BuildRequires: python-devel BuildRequires: python-setuptools +BuildRequires: xz Requires: python-PyYAML Requires: python-httplib2 Requires: python-jinja2