[rubygem-openshift-origin-dns-bind] update to 1.1.1

tdawson tdawson at fedoraproject.org
Wed Jan 16 23:28:35 UTC 2013


commit ce4b62a7650e4be5a46c3435eb03f4c0d023776f
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Jan 16 17:28:27 2013 -0600

    update to 1.1.1

 .gitignore                             |    1 +
 rubygem-openshift-origin-dns-bind.spec |   38 +++++++++++++++++++++++++++----
 sources                                |    2 +-
 3 files changed, 35 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6be6cdb..58910fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /openshift-origin-dns-bind-0.8.5.gem
 /openshift-origin-dns-bind-0.8.12.gem
+/openshift-origin-dns-bind-1.1.1.gem
diff --git a/rubygem-openshift-origin-dns-bind.spec b/rubygem-openshift-origin-dns-bind.spec
index 0d2e019..c7f8a57 100644
--- a/rubygem-openshift-origin-dns-bind.spec
+++ b/rubygem-openshift-origin-dns-bind.spec
@@ -3,12 +3,12 @@
 
 Summary:        OpenShift plugin for BIND service
 Name:           rubygem-%{gem_name}
-Version:        0.8.12
-Release:        1%{?dist}
+Version:        1.1.1
+Release:        2%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
-Source0:        http://mirror.openshift.com/pub/origin-server/source/%{name}/%{gem_name}-%{version}.gem
+Source0:        http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{gem_name}-%{version}.gem
 Requires:       ruby(abi) = %{rubyabi}
 Requires:       rubygems
 Requires:       rubygem(openshift-origin-common)
@@ -56,17 +56,45 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
 mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/
 cp -r doc/* %{buildroot}%{_docdir}/%{name}-%{version}/
 
+#Config file
+mkdir -p %{buildroot}/etc/openshift/plugins.d
+cp %{buildroot}/%{gem_dir}/gems/%{gem_name}-%{version}/conf/openshift-origin-dns-bind.conf.example %{buildroot}/etc/openshift/plugins.d/openshift-origin-dns-bind.conf.example
+
+
 %files
 %doc LICENSE COPYRIGHT Gemfile
 %doc %{gem_docdir}
 %{gem_instdir}
 %{gem_spec}
 %exclude %{gem_cache}
+/etc/openshift/plugins.d/openshift-origin-dns-bind.conf.example
 
 %changelog
-* Thu Dec 06 2012 Troy Dawson <tdawson at redhat.com> -  0.8.12-1
-- Update to version 0.8.12
-
+* Wed Jan 16 2013 Troy Dawson <tdawson at redhat.com> 1.1.1-2
+- Change the source from a tar to gem
+
+* Fri Jan 11 2013 Troy Dawson <tdawson at redhat.com> 1.1.1-1
+- updated gemspecs so they work with scl rpm spec files. (tdawson at redhat.com)
+- F18 compatibility fixes   - apache 2.4   - mongo journaling   - JDK 7   -
+  parseconfig gem update Bugfix for Bind DNS plugin (kraman at gmail.com)
+- add config to gemspec (dmcphers at redhat.com)
+- Moving plugins to Rails 3.2.8 engine (kraman at gmail.com)
+- getting specs up to 1.9 sclized (dmcphers at redhat.com)
+- specifying rake gem version range (abhgupta at redhat.com)
+- Moving broker config to /etc/openshift/broker.conf Rails app and all oo-*
+  scripts will load production environment unless the
+  /etc/openshift/development marker is present Added param to specify default
+  when looking up a config value in OpenShift::Config Moved all defaults into
+  plugin initializers instead of separate defaults file No longer require
+  loading 'openshift-origin-common/config' if 'openshift-origin-common' is
+  loaded openshift-origin-common selinux module is merged into F16 selinux
+  policy. Removing from broker %%postrun (kraman at gmail.com)
+
+* Tue Oct 23 2012 Brenton Leanhardt <bleanhar at redhat.com> 0.8.12-1
+- removing remaining cases of SS and config.ss (dmcphers at redhat.com)
+- Making openshift-origin-msg-broker-mcollective a Rails engine so that it can
+  hook into Rails initializers Making openshift-origin-dns-bind a Rails engine
+  so that it can hook into Rails initializers (kraman at gmail.com)
 * Wed Aug 22 2012 Troy Dawson <tdawson at redhat.com> -  0.8.5-7
 - Renamed library to correct name
 
diff --git a/sources b/sources
index ec4c807..d73a0db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-886f8e8a54070bc9cb47941c2e0ce8e5  openshift-origin-dns-bind-0.8.12.gem
+4fda4f2cd8453e48bf59f67f03ce6a4d  openshift-origin-dns-bind-1.1.1.gem


More information about the scm-commits mailing list