summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-05-10 11:30:55 -0400
committerScott Dodson <sdodson@redhat.com>2017-05-10 11:30:55 -0400
commit5a4365e765e16a4401d10f0bd42a7d3e194d4ab0 (patch)
tree3811096589e203dc075399d19cecdef9bedd1bd0
parent11723a20904e01b5d3a464ac22ee15ba545ada75 (diff)
downloadopenshift-5a4365e765e16a4401d10f0bd42a7d3e194d4ab0.tar.gz
openshift-5a4365e765e16a4401d10f0bd42a7d3e194d4ab0.tar.bz2
openshift-5a4365e765e16a4401d10f0bd42a7d3e194d4ab0.tar.xz
openshift-5a4365e765e16a4401d10f0bd42a7d3e194d4ab0.zip
Automatic commit of package [openshift-ansible] release [3.6.67-1].
Created by command: /usr/bin/tito tag
-rw-r--r--.tito/packages/openshift-ansible2
-rw-r--r--openshift-ansible.spec8
2 files changed, 8 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible
index 22bf0496f..d9999ac9f 100644
--- a/.tito/packages/openshift-ansible
+++ b/.tito/packages/openshift-ansible
@@ -1 +1 @@
-3.6.66-1 ./
+3.6.67-1 ./
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 4564f2f66..016e86b85 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -9,7 +9,7 @@
%global __requires_exclude ^/usr/bin/ansible-playbook$
Name: openshift-ansible
-Version: 3.6.66
+Version: 3.6.67
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -274,6 +274,12 @@ Atomic OpenShift Utilities includes
%changelog
+* Wed May 10 2017 Scott Dodson <sdodson@redhat.com> 3.6.67-1
+- byo: correct option name (gscrivan@redhat.com)
+- Fail if rpm version != docker image version (jchaloup@redhat.com)
+- Perform package upgrades in one transaction (sdodson@redhat.com)
+- Properly fail if OpenShift RPM version is undefined (rteague@redhat.com)
+
* Wed May 10 2017 Scott Dodson <sdodson@redhat.com> 3.6.66-1
- Fix issue with Travis-CI using old pip version (rteague@redhat.com)
- Remove vim configuration from Python files (rhcarvalho@gmail.com)