[rubygem-openshift-origin-node] update to version 1.4.5

tdawson tdawson at fedoraproject.org
Fri Feb 15 23:00:11 UTC 2013


commit 1b6e147457794f33df2defa89f8f090b37e0a402
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Feb 15 17:00:07 2013 -0600

    update to version 1.4.5

 .gitignore                         |    1 +
 rubygem-openshift-origin-node.spec |   72 +++++++++++++++++++++++++++++-------
 sources                            |    2 +-
 3 files changed, 60 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffdab98..09e41c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /openshift-origin-node-1.1.7.gem
 /openshift-origin-node-1.2.6.gem
 /openshift-origin-node-1.3.6.gem
+/openshift-origin-node-1.4.5.gem
diff --git a/rubygem-openshift-origin-node.spec b/rubygem-openshift-origin-node.spec
index d2bb71b..90a1ca3 100644
--- a/rubygem-openshift-origin-node.spec
+++ b/rubygem-openshift-origin-node.spec
@@ -6,7 +6,7 @@
 
 Summary:        Cloud Development Node
 Name:           rubygem-%{gem_name}
-Version:        1.3.6
+Version:        1.4.5
 Release:        2%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
@@ -25,7 +25,7 @@ Requires:       rubygem(openshift-origin-common)
 Requires:       python
 Requires:       libselinux-python
 Requires:       mercurial
-
+Requires:       httpd
 %if 0%{?fedora}%{?rhel} <= 6
 Requires:       libcgroup
 %else
@@ -124,6 +124,15 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 chmod 750 %{buildroot}/usr/bin/oo-admin-ctl-cgroups
 chmod 755 %{buildroot}%{gem_instdir}/test/unit/*.rb
 
+%post
+echo "/usr/bin/oo-trap-user" >> /etc/shells
+
+# copying this file in the post hook so that this file can be replaced by rhc-node
+# copy this file only if it doesn't already exist
+if ! [ -f /etc/openshift/resource_limits.conf ]; then
+  cp -f /etc/openshift/resource_limits.template /etc/openshift/resource_limits.conf
+fi
+
 %files
 %doc LICENSE COPYRIGHT
 %doc %{gem_docdir}
@@ -133,11 +142,11 @@ chmod 755 %{buildroot}%{gem_instdir}/test/unit/*.rb
 /usr/bin/*
 /usr/libexec/openshift/lib/setup_pam_fs_limits.sh
 /usr/libexec/openshift/lib/teardown_pam_fs_limits.sh
-%config(noreplace) /etc/openshift
+/etc/openshift
 /etc/httpd/conf.d/openshift
-
 %config(noreplace) /etc/httpd/conf.d/000001_openshift_origin_node.conf
 %config(noreplace) /etc/httpd/conf.d/000001_openshift_origin_node_servername.conf
+%attr(0750,root,apache) %{appdir}/.httpd.d
 
 %attr(0755,-,-) %{appdir}
 
@@ -154,20 +163,55 @@ chmod 755 %{buildroot}%{gem_instdir}/test/unit/*.rb
 %attr(0755,-,-) %{_var}/run/openshift
 %endif
 
-%post
-echo "/usr/bin/oo-trap-user" >> /etc/shells
-
-# copying this file in the post hook so that this file can be replaced by rhc-node
-# copy this file only if it doesn't already exist
-if ! [ -f /etc/openshift/resource_limits.conf ]; then
-  cp -f /etc/openshift/resource_limits.template /etc/openshift/resource_limits.conf
-fi
-
 %changelog
-* Tue Jan 29 2013 Troy Dawson <tdawson at redhat.com> 1.3.6-2
+* Fri Feb 15 2013 Troy Dawson <tdawson at redhat.com> 1.4.5-2
 - Change the source from a tar to gem
 - Remove scl for Fedora standards
 
+* Wed Feb 06 2013 Adam Miller <admiller at redhat.com> 1.4.5-1
+- remove BuildRoot: (tdawson at redhat.com)
+- move rest api tests to functionals (dmcphers at redhat.com)
+- make Source line uniform among all spec files (tdawson at redhat.com)
+
+* Mon Feb 04 2013 Adam Miller <admiller at redhat.com> 1.4.4-1
+- working on testing coverage (dmcphers at redhat.com)
+
+* Thu Jan 31 2013 Adam Miller <admiller at redhat.com> 1.4.3-1
+- Merge pull request #1255 from sosiouxme/newfacts
+  (dmcphers+openshiftbot at redhat.com)
+- <facter,resource_limits> active_capacity/max_active_apps/etc switched to
+  gear-based accounting (lmeyer at redhat.com)
+- Merge pull request #1238 from sosiouxme/newfacts
+  (dmcphers+openshiftbot at redhat.com)
+- <facter,resource_limits> reckon by gears (as opposed to git repos), add gear
+  status facts (lmeyer at redhat.com)
+
+* Tue Jan 29 2013 Adam Miller <admiller at redhat.com> 1.4.2-1
+- Bug 905568: Skip endpoint deletion if no Endpoints in manifest
+  (ironcladlou at gmail.com)
+- Merge pull request #1231 from ironcladlou/expose-port-fix
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #1235 from danmcp/master (dmcphers at redhat.com)
+- Merge pull request #1117 from mscherer/fix_better_cgroup_listing
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 874594 Bug 888550 (dmcphers at redhat.com)
+- Bug 904100: Tolerate missing Endpoint cart manifest entries
+  (ironcladlou at gmail.com)
+- BZ896406 - warning message when installing rubygem-openshift-origin-node
+  (bleanhar at redhat.com)
+- BZ876324 resolve ServerName/NameVirtualHost situation for
+  node/broker/ssl.conf (lmeyer at redhat.com)
+- Switch calling convention to match US3143 (rmillner at redhat.com)
+- adding a dash in the authorized key entry comment to make it more readable
+  (abhgupta at redhat.com)
+- fix for bug 894948 (abhgupta at redhat.com)
+- fix and factorise the function for the list of users as openshift_users do
+  not match on the same exact list of people than valid_user ( due to code
+  duplication and subtle difference between the copies ) (misc at zarb.org)
+
+* Wed Jan 23 2013 Adam Miller <admiller at redhat.com> 1.4.1-1
+- bump_minor_versions for sprint 23 (admiller at redhat.com)
+
 * Wed Jan 23 2013 Adam Miller <admiller at redhat.com> 1.3.6-1
 - Bug 903152: Execute git tidy ops as gear user (ironcladlou at gmail.com)
 
diff --git a/sources b/sources
index a79c8c1..0b372f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ea718f94b81d993e291abad9f52e4c3  openshift-origin-node-1.3.6.gem
+ca2b1fdae5d4bd12d8ac54442145a2ec  openshift-origin-node-1.4.5.gem


More information about the scm-commits mailing list