Accepting request 258592 from systemsmanagement
1 OBS-URL: https://build.opensuse.org/request/show/258592 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=7
This commit is contained in:
commit
374dadb9db
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3470daaa536be30c058a1616f6d1cd83b5fbcb21aa93f7b32b9e74ac18eba620
|
|
||||||
size 558181
|
|
3
ansible-1.7.2.tar.xz
Normal file
3
ansible-1.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c688bac4c3cebe98844a01ac1399114aec81a25f5bdcb2142b5c3b61dc92b4e7
|
||||||
|
size 514616
|
@ -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
|
Sun Aug 17 15:21:38 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 1.7.1
|
Version: 1.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SSH-based configuration management, deployment, and orchestration engine
|
Summary: SSH-based configuration management, deployment, and orchestration engine
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: http://www.ansible.com/
|
Url: http://www.ansible.com/
|
||||||
# http://releases.ansible.com/ansible/ansible-%%{version}.tar.gz
|
# http://releases.ansible.com/ansible/ansible-%%{version}.tar.gz
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
# https://raw.github.com/ansible/ansible/release%%{version}/CHANGELOG.md
|
# https://raw.github.com/ansible/ansible/release%%{version}/CHANGELOG.md
|
||||||
Source2: CHANGELOG.md
|
Source2: CHANGELOG.md
|
||||||
@ -36,6 +36,7 @@ Requires: sshpass
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: xz
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Requires: python-httplib2
|
Requires: python-httplib2
|
||||||
Requires: python-jinja2
|
Requires: python-jinja2
|
||||||
|
Loading…
Reference in New Issue
Block a user