[rubygem-openshift-origin-dns-nsupdate] Initial import (#1000154).

tdawson tdawson at fedoraproject.org
Thu Oct 17 14:31:41 UTC 2013


commit 0e7d33134d622dd8502d8bd6cd34fa352a5696ed
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Oct 17 09:31:41 2013 -0500

    Initial import (#1000154).

 .gitignore                                 |    1 +
 rubygem-openshift-origin-dns-nsupdate.spec |  129 ++++++++++++++++++++++++++++
 sources                                    |    1 +
 3 files changed, 131 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..62abba4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openshift-origin-dns-nsupdate-1.10.2.1.gem
diff --git a/rubygem-openshift-origin-dns-nsupdate.spec b/rubygem-openshift-origin-dns-nsupdate.spec
new file mode 100644
index 0000000..d581fed
--- /dev/null
+++ b/rubygem-openshift-origin-dns-nsupdate.spec
@@ -0,0 +1,129 @@
+%{!?scl:%global pkg_name %{name}}
+%{?scl:%scl_package rubygem-%{gem_name}}
+%global gem_name openshift-origin-dns-nsupdate
+%global rubyabi 1.9.1
+
+Summary:       OpenShift plugin for DNS update service using nsupdate
+Name:          rubygem-%{gem_name}
+Version:       1.10.2.1
+Release:       2%{?dist}
+Group:         Development/Languages
+License:       ASL 2.0
+URL:           http://www.openshift.com
+Source0:       http://mirror.openshift.com/pub/openshift-origin/source/rubygem-%{gem_name}/%{gem_name}-%{version}.gem
+%if 0%{?fedora} >= 19
+Requires:      ruby(release)
+%else
+Requires:      %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
+%endif
+Requires:      %{?scl:%scl_prefix}rubygems
+Requires:      %{?scl:%scl_prefix}rubygem(json)
+Requires:      rubygem(openshift-origin-common)
+Requires:      bind-utils
+# GSS-API requires kinit
+Requires:      krb5-workstation
+Requires:      openshift-origin-broker
+%if 0%{?fedora} >= 19
+BuildRequires: ruby(release)
+%else
+BuildRequires: %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
+%endif
+BuildRequires: %{?scl:%scl_prefix}rubygems
+BuildRequires: %{?scl:%scl_prefix}rubygems-devel
+BuildArch:     noarch
+Provides:      rubygem(%{gem_name}) = %version
+
+%description
+Provides a DNS service update plugin using nsupdate
+
+%package doc
+Summary:   Documentation for %{name}
+Group:     Documentation
+Requires:  %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+Documentation for %{name}
+
+%prep
+%{?scl:scl enable %scl "}
+gem unpack %{SOURCE0}
+%setup -q -D -T -n  %{gem_name}-%{version}
+gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+%{?scl:"}
+
+%build
+%{?scl:scl enable %scl - << \EOF}
+mkdir -p ./%{gem_dir}
+gem build %{gem_name}.gemspec
+export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
+gem install -V \
+        --local \
+        --install-dir ./%{gem_dir} \
+        --bindir ./%{_bindir} \
+        --force \
+        --rdoc \
+        %{gem_name}-%{version}.gem
+%{?scl:EOF}
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -a ./%{gem_dir}/* %{buildroot}%{gem_dir}/
+
+%files
+%doc LICENSE COPYRIGHT
+%{gem_instdir}
+%{gem_spec}
+%exclude %{gem_cache}
+
+%files doc
+%doc %{gem_docdir}
+
+%changelog
+* Fri Oct 11 2013 Troy Dawson <tdawson at redhat.com> 1.10.2.1-2
+- Created doc package
+- exclude gem_cache
+
+* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.10.2.1-1
+- Bumping version #s for origin release 2 (kraman at gmail.com)
+
+* Tue Jun 11 2013 Troy Dawson <tdawson at redhat.com> 1.10.2-1
+- Fixing syntax error in the nsupdate plugin (bleanhar at redhat.com)
+- added alternate TSIG key algorithms (mlamouri at redhat.com)
+- Combine changes for BZ955602 and BZ655643 (dns-nsupdate config and
+  exceptions) (mlamouri at redhat.com)
+- Bug 928675 (asari.ruby at gmail.com)
+
+* Tue Jun 11 2013 Troy Dawson <tdawson at redhat.com> 1.10.1-1
+- Bump up version to 1.10
+
+* Sat Apr 13 2013 Krishna Raman <kraman at gmail.com> 1.5.2-1
+- Fixing broker and nsupdate plugin deps (bleanhar at redhat.com)
+- The nsupdate plugin was calling a method that didn't exist (kraman at gmail.com)
+- The nsupdate plugin was calling a method that didn't exist
+  (bleanhar at redhat.com)
+- Fix typo in dns plugin initializer (kraman at gmail.com)
+- Fixing krb workstation dependency (kraman at gmail.com)
+- added krb5 features (markllama 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)
+
+* Tue Mar 12 2013 Troy Dawson <tdawson at redhat.com> 1.5.1-1
+- Add yard documentation markup to DNS plugins (mlamouri at redhat.com)
+- fix rubygem sources (tdawson at redhat.com)
+- Fixes for ruby193 (john at ibiblio.org)
+- change %%define to %%global (tdawson at redhat.com)
+
+* Tue Mar 12 2013 Troy Dawson <tdawson at redhat.com> 1.5.0-1
+- Update to version 1.5.0
+
+* Wed Feb 06 2013 Adam Miller <admiller at redhat.com> 0.0.3-1
+- remove BuildRoot: (tdawson at redhat.com)
+- make Source line uniform among all spec files (tdawson at redhat.com)
+
+* Tue Jan 29 2013 Adam Miller <admiller at redhat.com> 0.0.2-1
+- 875575 (dmcphers at redhat.com)
+
+* Fri Jan 25 2013 Krishna Raman <kraman at gmail.com> 0.0.1-1
+- new package built with tito
+
diff --git a/sources b/sources
index e69de29..8c6ab55 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f23ee25fbba8384595f9d44cd20f5685  openshift-origin-dns-nsupdate-1.10.2.1.gem


More information about the scm-commits mailing list