From 99a01906bf67906e6d157e4d282519e6be167910 Mon Sep 17 00:00:00 2001 From: Boris Manojlovic Date: Tue, 28 Apr 2015 19:22:00 +0000 Subject: [PATCH] Accepting request 304448 from home:bmanojlovic:branches:systemsmanagement - updated to version 1.9.1 * Fixed a bug related to Kerberos auth when using winrm with a domain account. * Fixing several bugs in the s3 module. * Fixed a bug with upstart service detection in the service module. * Fixed several bugs with the user module when used on OSX. * Fixed unicode handling in some module situations (assert and shell/command execution). * Fixed a bug in redhat_subscription when using the activationkey parameter. * Fixed a traceback in the gce module on EL6 distros when multiple pycrypto installations are available. * Added support for PostgreSQL 9.4 in rds_param_group * Several other minor fixes. OBS-URL: https://build.opensuse.org/request/show/304448 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=44 --- ansible-1.9.0.1.tar.gz | 3 --- ansible-1.9.1.tar.gz | 3 +++ ansible.changes | 14 ++++++++++++++ ansible.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 ansible-1.9.0.1.tar.gz create mode 100644 ansible-1.9.1.tar.gz diff --git a/ansible-1.9.0.1.tar.gz b/ansible-1.9.0.1.tar.gz deleted file mode 100644 index 2da6f59..0000000 --- a/ansible-1.9.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2193fd9a4061ab624fa67311796419a759de06b4f321d37169b22ba3831331c -size 916591 diff --git a/ansible-1.9.1.tar.gz b/ansible-1.9.1.tar.gz new file mode 100644 index 0000000..e611280 --- /dev/null +++ b/ansible-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f975d565723765a4d490ff40cede96833a745f38908def4950a0075f1973f5 +size 917471 diff --git a/ansible.changes b/ansible.changes index aa42c31..941945d 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Apr 28 19:03:01 UTC 2015 - boris@steki.net + +- updated to version 1.9.1 + * Fixed a bug related to Kerberos auth when using winrm with a domain account. + * Fixing several bugs in the s3 module. + * Fixed a bug with upstart service detection in the service module. + * Fixed several bugs with the user module when used on OSX. + * Fixed unicode handling in some module situations (assert and shell/command execution). + * Fixed a bug in redhat_subscription when using the activationkey parameter. + * Fixed a traceback in the gce module on EL6 distros when multiple pycrypto installations are available. + * Added support for PostgreSQL 9.4 in rds_param_group + * Several other minor fixes. + ------------------------------------------------------------------- Mon Mar 30 22:45:57 UTC 2015 - boris@steki.net diff --git a/ansible.spec b/ansible.spec index a5cf351..4ce6cc9 100644 --- a/ansible.spec +++ b/ansible.spec @@ -19,7 +19,7 @@ Name: ansible -Version: 1.9.0.1 +Version: 1.9.1 Release: 0 Summary: Radically simple IT automation License: GPL-3.0