|
@@ -1,6 +1,6 @@
|
|
Summary: OpenShift Ansible Scripts for working with metadata hosts
|
|
Summary: OpenShift Ansible Scripts for working with metadata hosts
|
|
Name: openshift-ansible-bin
|
|
Name: openshift-ansible-bin
|
|
-Version: 0.0.5
|
|
|
|
|
|
+Version: 0.0.6
|
|
Release: 1%{?dist}
|
|
Release: 1%{?dist}
|
|
License: ASL 2.0
|
|
License: ASL 2.0
|
|
URL: https://github.com/openshift/openshift-ansible
|
|
URL: https://github.com/openshift/openshift-ansible
|
|
@@ -36,6 +36,10 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif
|
|
%config(noreplace) /etc/openshift_ansible/
|
|
%config(noreplace) /etc/openshift_ansible/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Apr 09 2015 Thomas Wiest <twiest@redhat.com> 0.0.6-1
|
|
|
|
+- fixed bug where opssh would throw an exception if pssh returned a non-zero
|
|
|
|
+ exit code (twiest@redhat.com)
|
|
|
|
+
|
|
* Wed Apr 08 2015 Thomas Wiest <twiest@redhat.com> 0.0.5-1
|
|
* Wed Apr 08 2015 Thomas Wiest <twiest@redhat.com> 0.0.5-1
|
|
- fixed the opssh default output behavior to be consistent with pssh. Also
|
|
- fixed the opssh default output behavior to be consistent with pssh. Also
|
|
fixed a bug in how directories are named for --outdir and --errdir.
|
|
fixed a bug in how directories are named for --outdir and --errdir.
|