- update to 1.4.4:
+ Fixed issue with newer versions of pip not having --use-mirrors + Fixed role_path parsing from ansible.cfg + Fixed default role templates + Fixed a few bugs related to unicode + Fixed errors in the ssh connection method with large data returns + Miscellaneous fixes for a few modules + Add the ansible-galaxy command OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=17
This commit is contained in:
parent
e35cc63736
commit
6d6bc70150
3171
CHANGELOG.md
3171
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d117638d119915542497f940fbe44009cf4ee35ace0282bf58094f2668a620f4
|
||||
size 449204
|
3
ansible-1.4.4.tar.bz2
Normal file
3
ansible-1.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5a623f280edb6caa45bc1e0c72f88c2b30b7fd6968ad63a273fb790d1367365
|
||||
size 453370
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 03:12:17 UTC 2014 - lars@linux-schulserver.de
|
||||
|
||||
- update to 1.4.4:
|
||||
+ Fixed issue with newer versions of pip not having --use-mirrors
|
||||
+ Fixed role_path parsing from ansible.cfg
|
||||
+ Fixed default role templates
|
||||
+ Fixed a few bugs related to unicode
|
||||
+ Fixed errors in the ssh connection method with large data returns
|
||||
+ Miscellaneous fixes for a few modules
|
||||
+ Add the ansible-galaxy command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 21:28:31 UTC 2013 - lars@linux-schulserver.de
|
||||
|
||||
|
10
ansible.spec
10
ansible.spec
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
Name: ansible
|
||||
Version: 1.4.1
|
||||
Version: 1.4.4
|
||||
Release: 1
|
||||
Summary: SSH-based configuration management, deployment, and orchestration engine
|
||||
License: GPL-3.0+
|
||||
@ -27,10 +27,10 @@ Source1: %{name}-rpmlintrc
|
||||
# https://raw.github.com/ansible/ansible/release1.4.0/CHANGELOG.md
|
||||
Source2: CHANGELOG.md
|
||||
# Fireball was removed in 1.3.4
|
||||
Obsoletes: fireball < 1.3.4
|
||||
Obsoletes: node-fireball < 1.3.4
|
||||
Provides: fireball = 1.3.4
|
||||
Provides: node-fireball = 1.3.4
|
||||
#Obsoletes: fireball < 1.3.4
|
||||
#Obsoletes: node-fireball < 1.3.4
|
||||
#Provides: fireball = 1.3.4
|
||||
#Provides: node-fireball = 1.3.4
|
||||
#
|
||||
# (open)SUSE
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user