summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-05-26 13:28:18 -0400
committerScott Dodson <sdodson@redhat.com>2016-05-26 13:28:18 -0400
commit643b9b30066f0130f35e9ce7b1a8a7c24a244cc7 (patch)
treee7bd28ef2e30a2366204cf9000d2080f591b889a /openshift-ansible.spec
parentb5cdb506d814723aa53c1389037d6b641dadb445 (diff)
parent67a822a04bec9aa81c35c7dc11641d219308c3de (diff)
downloadopenshift-643b9b30066f0130f35e9ce7b1a8a7c24a244cc7.tar.gz
openshift-643b9b30066f0130f35e9ce7b1a8a7c24a244cc7.tar.bz2
openshift-643b9b30066f0130f35e9ce7b1a8a7c24a244cc7.tar.xz
openshift-643b9b30066f0130f35e9ce7b1a8a7c24a244cc7.zip
Merge pull request #1952 from sdodson/fix-resolv-conf
Fix resolv conf
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index c3102a9d9..6f9083154 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.0.93
+Version: 3.0.94
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -205,6 +205,9 @@ Atomic OpenShift Utilities includes
%changelog
+* Thu May 26 2016 Scott Dodson <sdodson@redhat.com> 3.0.94-1
+- Use grep to decide when to add our comment (sdodson@redhat.com)
+
* Tue May 24 2016 Troy Dawson <tdawson@redhat.com> 3.0.93-1
- Fixup spec file (tdawson@redhat.com)