[openshift-origin-node-util] update to latest release

tdawson tdawson at fedoraproject.org
Fri Jul 26 22:01:52 UTC 2013


commit 586962a28de64c8a7bad55d20b4806e9cc39958c
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jul 26 17:01:33 2013 -0500

    update to latest release

 .gitignore                      |    1 +
 openshift-origin-node-util.spec |  128 ++++++++++++++++++++++++++++++++-------
 sources                         |    2 +-
 3 files changed, 107 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d562261..354515d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /openshift-origin-node-util-1.4.6.tar.gz
 /openshift-origin-node-util-1.5.6.tar.gz
 /openshift-origin-node-util-1.9.11.tar.gz
+/openshift-origin-node-util-1.11.8.tar.gz
diff --git a/openshift-origin-node-util.spec b/openshift-origin-node-util.spec
index bf623bc..cb1702c 100644
--- a/openshift-origin-node-util.spec
+++ b/openshift-origin-node-util.spec
@@ -6,7 +6,7 @@
 
 Summary:       Utility scripts for the OpenShift Origin node
 Name:          openshift-origin-node-util
-Version:       1.9.11
+Version:       1.11.8
 Release:       1%{?dist}
 License:       ASL 2.0
 URL:           http://www.openshift.com
@@ -16,17 +16,7 @@ Requires:      rng-tools
 Requires:      rubygem-openshift-origin-node
 Requires:      httpd
 Requires:      php >= 5.3.2
-# rhc-list-ports
 Requires:      lsof
-# oo-setup-node
-Requires:      policycoreutils
-# oo-setup-node
-Requires:      system-config-firewall-base
-Requires:      quota
-# oo-idler-stats
-Requires:      git
-# oo-accept-node
-Requires:      libcgroup-tools
 %if %{with_systemd}
 Requires:      systemd-units
 BuildRequires: systemd-units
@@ -83,8 +73,9 @@ mkdir -p %{buildroot}%{_initddir}
 cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 %endif
 
-%if %{with_systemd}
 %post
+/sbin/restorecon /usr/sbin/oo-restorer* || :
+%if %{with_systemd}
 %systemd_post openshift-gears.service
 
 %preun
@@ -101,14 +92,10 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 
 %attr(0750,-,-) %{_sbindir}/oo-accept-node
 %attr(0750,-,-) %{_sbindir}/oo-admin-ctl-gears
-%attr(0750,-,-) %{_sbindir}/oo-app-idle
-%attr(0750,-,-) %{_sbindir}/oo-autoidler
 %attr(0750,-,-) %{_sbindir}/oo-auto-idler
-%attr(0750,-,-) %{_sbindir}/oo-idler
 %attr(0750,-,-) %{_sbindir}/oo-idler-stats
 %attr(0750,-,-) %{_sbindir}/oo-init-quota
 %attr(0750,-,-) %{_sbindir}/oo-last-access
-%attr(0750,-,-) %{_sbindir}/oo-list-stale
 %attr(0750,-,-) %{_sbindir}/oo-list-access
 %attr(0750,-,-) %{_sbindir}/oo-restorecon
 %attr(0750,-,-) %{_sbindir}/oo-restorer
@@ -118,6 +105,7 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 %attr(0750,-,-) %{_sbindir}/oo-cartridge
 %attr(0750,-,-) %{_sbindir}/oo-admin-cartridge
 %attr(0750,-,-) %{_sbindir}/oo-cart-version
+%attr(0750,-,-) %{_sbindir}/oo-admin-repair-node
 %attr(0755,-,-) %{_bindir}/rhc-list-ports
 %attr(0755,-,-) %{_bindir}/oo-snapshot
 %attr(0755,-,-) %{_bindir}/oo-restore
@@ -125,13 +113,9 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 
 %{_mandir}/man8/oo-accept-node.8.gz
 %{_mandir}/man8/oo-admin-ctl-gears.8.gz
-%{_mandir}/man8/oo-app-idle.8.gz
-%{_mandir}/man8/oo-autoidler.8.gz
-%{_mandir}/man8/oo-idler.8.gz
 %{_mandir}/man8/oo-idler-stats.8.gz
 %{_mandir}/man8/oo-init-quota.8.gz
 %{_mandir}/man8/oo-last-access.8.gz
-%{_mandir}/man8/oo-list-stale.8.gz
 %{_mandir}/man8/oo-list-access.8.gz
 %{_mandir}/man8/oo-restorecon.8.gz
 %{_mandir}/man8/oo-restorer.8.gz
@@ -152,16 +136,114 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 %endif
 
 %changelog
-* Thu Jun 06 2013 Adam Miller <admiller at redhat.com> 1.9.11-1
+* Wed Jul 17 2013 Adam Miller <admiller at redhat.com> 1.11.8-1
+- Bug 985525: Skip invalid cartridges during recursive installation
+  (ironcladlou at gmail.com)
+
+* Fri Jul 12 2013 Adam Miller <admiller at redhat.com> 1.11.7-1
+- Bug 983780 - parse log files separately and compare timestamps on merge
+  (rmillner at redhat.com)
+
+* Wed Jul 10 2013 Adam Miller <admiller at redhat.com> 1.11.6-1
+- Merge pull request #3027 from kraman/bugfix
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3023 from rmillner/BZ958355
+  (dmcphers+openshiftbot at redhat.com)
+- Fix gear env loading by using ApplicationContainer::from_uuid instead of
+  ApplicationContainer::new (kraman at gmail.com)
+- Bug 982523 - add syslog to oo-admin-ctl-gears (rmillner at redhat.com)
+- Merge pull request #3019 from pmorie/bugs/981273
+  (dmcphers+openshiftbot at redhat.com)
+- Fix bug 981273 (pmorie at gmail.com)
+
+* Tue Jul 09 2013 Adam Miller <admiller at redhat.com> 1.11.5-1
+- Bug 981594 - ApplicationContainer used as an argument needed full module
+  paths. (rmillner at redhat.com)
+- Make resolution for Utils module explicit (kraman at gmail.com)
+
+* Mon Jul 08 2013 Adam Miller <admiller at redhat.com> 1.11.4-1
+-  Revamp the cgroups and pam scripts to leverage the system setup for better
+  performance and simplify the code. (rmillner at redhat.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.3-1
+- Merge pull request #2934 from kraman/libvirt-f19-2
+  (dmcphers+openshiftbot at redhat.com)
+- Changing File.join to PathUtils.join in node and common packages Uncommenting
+  cgroups Fixing signal handling in oo-gear-init (kraman at gmail.com)
+- Refactor code to use run_in_container_context/run_in_root_context calls
+  instead of generically calling oo_spawn and passing uid. Modify frontend
+  httpd/proxy classes to accept a container object instead of indivigual
+  properties (kraman at gmail.com)
+- Moving Node classes into Runtime namespace Removing UnixUser Moving
+  functionality into SELinux plugin class (kraman at gmail.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.2-1
+- Rename migrate to upgrade in code (pmorie at gmail.com)
+- Remove unused scripts. (mrunalp at gmail.com)
+- Merge pull request #2957 from rmillner/BZ977493
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 977493 - Avoid leaking the lock file descriptor to child processes.
+  (rmillner at redhat.com)
+- Bug 978261 - find the external ethernet device rather than hard-code eth0
+  (rmillner at redhat.com)
+- Bug 979134 - the v1 cart version check was matching older versions of the v2
+  cart and is no longer necessary. (rmillner at redhat.com)
+- node-util: Fixing undefined local variable due to typo (mmahut at redhat.com)
+- Adding lsof dependency (kraman at gmail.com)
+- Remove V1 code and V2-specific stepdefs (pmorie at gmail.com)
+- removing v1 logic (dmcphers at redhat.com)
+
+* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 1.11.1-1
+- bump_minor_versions for sprint 30 (admiller at redhat.com)
+
+* Fri Jun 21 2013 Adam Miller <admiller at redhat.com> 1.10.4-1
+- Fix bug 971955: load users correctly from /etc/passwd (pmorie at gmail.com)
+
+* Tue Jun 18 2013 Adam Miller <admiller at redhat.com> 1.10.3-1
+- Bug 971176 - Catch cartridge repository issues. (rmillner at redhat.com)
+- Merge pull request #2867 from rmillner/misc_bugs
+  (dmcphers+openshiftbot at redhat.com)
+- Fix typo (dmcphers at redhat.com)
+- Bug 974268 - Narrow the window where user and quota data can get out of sync
+  and set the start time prior to any other collection.  Deal with a race
+  condition with the lock files in unix_user. (rmillner at redhat.com)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 1.10.2-1
+- Merge pull request #2858 from rmillner/misc_bugs
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 974268 - Squash error messages for gears which have been created or
+  destroyed while the accept-node script is run. (rmillner at redhat.com)
+- First pass at removing v1 cartridges (dmcphers at redhat.com)
+- Bug 974370 - oo-admin-repair-node should be mode 0750. (rmillner at redhat.com)
+- Fix bug 974203: add checks for V1 cartridge directories in gears
+  (pmorie at gmail.com)
+- Fix bug 971955: migration metadata check in oo-accept-node (pmorie at gmail.com)
+- oo-accept-node: fixed cgroups defunct proc bug (twiest at redhat.com)
+- Merge pull request #2780 from rmillner/capital_dns
+  (dmcphers+openshiftbot at redhat.com)
+- The symbolic link for the old cartridge was confusing the websocket test.
+  (rmillner at redhat.com)
+- Post v2 migration issues - some legacy DNS variables had capitals in them.
+  (rmillner at redhat.com)
+- Idler whitelist. (mrunalp at gmail.com)
+- Add mindepth/maxdepth for finding manifest file. (mrunalp at gmail.com)
+- Make NodeLogger pluggable (ironcladlou at gmail.com)
+- Bug 969228 - Check selinux node set with oo-accept-node.
+  (rmillner at redhat.com)
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.10.1-1
+- bump_minor_versions for sprint 29 (admiller at redhat.com)
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.9.11-1
 - The symbolic link for the old cartridge was confusing the websocket test.
   (rmillner at redhat.com)
 - Post v2 migration issues - some legacy DNS variables had capitals in them.
   (rmillner at redhat.com)
 
-* Thu Jun 06 2013 Adam Miller <admiller at redhat.com> 1.9.10-1
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.9.10-1
 - Add mindepth/maxdepth for finding manifest file. (mrunalp at gmail.com)
 
-* Sat Jun 01 2013 Dan McPherson <dmcphers at redhat.com> 1.9.9-1
+* Thu May 30 2013 Dan McPherson <dmcphers at redhat.com> 1.9.9-1
 - Bug 969228 - Check selinux node set with oo-accept-node.
   (rmillner at redhat.com)
 
diff --git a/sources b/sources
index 23a1301..85f62a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-345c750a659e9638fbd4dadeb0b3bb9f  openshift-origin-node-util-1.9.11.tar.gz
+edfdc5f54b1e97f4b688483124e26876  openshift-origin-node-util-1.11.8.tar.gz


More information about the scm-commits mailing list