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

tdawson tdawson at fedoraproject.org
Thu Jun 13 16:12:43 UTC 2013


commit 491e56a88fc0c707cb9e5d10aec0ee21a37f3c90
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Jun 13 11:12:33 2013 -0500

    update to 1.5.2

 .gitignore                             |    1 +
 rubygem-openshift-origin-dns-bind.spec |   14 ++++++++++----
 sources                                |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17daabe..d635ec1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /openshift-origin-dns-bind-1.1.1.gem
 /openshift-origin-dns-bind-1.4.1.gem
 /openshift-origin-dns-bind-1.5.1.gem
+/openshift-origin-dns-bind-1.5.2.gem
diff --git a/rubygem-openshift-origin-dns-bind.spec b/rubygem-openshift-origin-dns-bind.spec
index 7f3acd2..445d5ba 100644
--- a/rubygem-openshift-origin-dns-bind.spec
+++ b/rubygem-openshift-origin-dns-bind.spec
@@ -5,14 +5,14 @@
 
 Summary:       OpenShift plugin for BIND service
 Name:          rubygem-%{gem_name}
-Version:       1.5.1
-Release:       2%{?dist}
+Version:       1.5.2
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
 URL:           http://openshift.redhat.com
 Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{gem_name}-%{version}.gem
 %if 0%{?fedora} >= 19
-Requires:      %{?scl:%scl_prefix}ruby(release) >= %{rubyabi}
+Requires:      ruby(release)
 %else
 Requires:      %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
 %endif
@@ -26,7 +26,7 @@ Requires:      openshift-origin-broker
 Requires:      selinux-policy-targeted
 Requires:      policycoreutils-python
 %if 0%{?fedora} >= 19
-BuildRequires: %{?scl:%scl_prefix}ruby(release) >= %{rubyabi}
+BuildRequires: ruby(release)
 %else
 BuildRequires: %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
 %endif
@@ -82,6 +82,12 @@ cp %{buildroot}/%{gem_dir}/gems/%{gem_name}-%{version}/conf/openshift-origin-dns
 /etc/openshift/plugins.d/openshift-origin-dns-bind.conf.example
 
 %changelog
+* Sat Apr 13 2013 Krishna Raman <kraman at gmail.com> 1.5.2-1
+- Fix all incorrect occurrences of 'who's'. (asari.ruby at gmail.com)
+- Updating rest-client and rake gem versions to match F18 (kraman at gmail.com)
+- Make packages build/install on F19+ (tdawson at redhat.com)
+- remove old obsoletes (tdawson at redhat.com)
+
 * Tue Mar 12 2013 Troy Dawson <tdawson at redhat.com> 1.5.1-2
 - Change the source from a tar to gem
 
diff --git a/sources b/sources
index eba853d..f449505 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18b838151796380f49b3707097a894ec  openshift-origin-dns-bind-1.5.1.gem
+1152d1bbb100a48fd1521c6f313374c1  openshift-origin-dns-bind-1.5.2.gem


More information about the scm-commits mailing list