summaryrefslogtreecommitdiffstats
path: root/inventory/openshift-ansible-inventory.spec
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-05-15 14:15:08 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-05-15 14:15:08 -0400
commit1eda40ef2a4df9c5a6a728ac32d74ee1aaca2676 (patch)
treeea5e999bd4c068977ea4a754bbe4b85044496f47 /inventory/openshift-ansible-inventory.spec
parent0860590391712510d69b26c5d711c962674525e0 (diff)
downloadopenshift-1eda40ef2a4df9c5a6a728ac32d74ee1aaca2676.tar.gz
openshift-1eda40ef2a4df9c5a6a728ac32d74ee1aaca2676.tar.bz2
openshift-1eda40ef2a4df9c5a6a728ac32d74ee1aaca2676.tar.xz
openshift-1eda40ef2a4df9c5a6a728ac32d74ee1aaca2676.zip
Automatic commit of package [openshift-ansible-inventory] release [0.0.7-1].
Diffstat (limited to 'inventory/openshift-ansible-inventory.spec')
-rw-r--r--inventory/openshift-ansible-inventory.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec
index 0fe25ff31..7ba6e3df1 100644
--- a/inventory/openshift-ansible-inventory.spec
+++ b/inventory/openshift-ansible-inventory.spec
@@ -1,6 +1,6 @@
Summary: OpenShift Ansible Inventories
Name: openshift-ansible-inventory
-Version: 0.0.6
+Version: 0.0.7
Release: 1%{?dist}
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -36,6 +36,9 @@ cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce
/usr/share/ansible/inventory/gce/gce.py*
%changelog
+* Fri May 15 2015 Kenny Woodson <kwoodson@redhat.com> 0.0.7-1
+- Making multi_ec2 into a library (kwoodson@redhat.com)
+
* Wed May 13 2015 Thomas Wiest <twiest@redhat.com> 0.0.6-1
- Added support for grouping and a bug fix. (kwoodson@redhat.com)