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

tdawson tdawson at fedoraproject.org
Fri Jul 26 22:02:08 UTC 2013


commit 766814ca56e73bbb711cc948e163ad6daf4c17f7
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jul 26 17:01:41 2013 -0500

    update to latest release

 .gitignore                        |    1 +
 openshift-origin-broker-util.spec |   84 +++++++++++++++++++++++++++----------
 sources                           |    2 +-
 3 files changed, 64 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4eb8ea8..502c080 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /openshift-origin-broker-util-1.4.13.tar.gz
 /openshift-origin-broker-util-1.5.12.tar.gz
 /openshift-origin-broker-util-1.9.7.tar.gz
+/openshift-origin-broker-util-1.11.3.tar.gz
diff --git a/openshift-origin-broker-util.spec b/openshift-origin-broker-util.spec
index 3cfe87d..52ef658 100644
--- a/openshift-origin-broker-util.spec
+++ b/openshift-origin-broker-util.spec
@@ -2,7 +2,7 @@
 
 Summary:       Utility scripts for the OpenShift Origin broker
 Name:          openshift-origin-broker-util
-Version:       1.9.7
+Version: 1.11.3
 Release:       1%{?dist}
 Group:         Network/Daemons
 License:       ASL 2.0
@@ -50,6 +50,7 @@ cp man/*.8 %{buildroot}%{_mandir}/man8/
 %attr(0750,-,-) %{_sbindir}/oo-admin-ctl-usage
 %attr(0750,-,-) %{_sbindir}/oo-admin-ctl-user
 %attr(0750,-,-) %{_sbindir}/oo-admin-move
+%attr(0750,-,-) %{_sbindir}/oo-admin-upgrade
 %attr(0750,-,-) %{_sbindir}/oo-admin-broker-auth
 %attr(0750,-,-) %{_sbindir}/oo-admin-broker-cache
 %attr(0750,-,-) %{_sbindir}/oo-admin-usage
@@ -77,6 +78,61 @@ cp man/*.8 %{buildroot}%{_mandir}/man8/
 %{_mandir}/man8/oo-stats.8.gz
 
 %changelog
+* Mon Jul 08 2013 Adam Miller <admiller at redhat.com> 1.11.3-1
+- Bug 980333 - Add missing 'exit 1' in oo-admin-ctl-domain (rpenta at redhat.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.2-1
+- Moving scaled deploy into the platform (dmcphers at redhat.com)
+- Remove Online specific references: -Remove hard-coded cart name references.
+  -Remove login validations from CloudUser model, login validation must be done
+  by authentication plugin. -Remove 'medium' gear size references -All 'small'
+  gear size references must be from configuration files. -Remove stale
+  application_observer.rb and its references -Remove stale 'abstract' cart
+  references -Remove duplicate code from rest controllers -Move all
+  get_rest_{user,domain,app,cart} methods in RestModelHelper module. -Cleanup
+  unnecessary TODO/FIXME comments in broker. (rpenta at redhat.com)
+- oo-admin-ctl-usage fixes: Create index on 'gear_id'+'usage_type'+'created_at'
+  fields for usage_records mongo collection. (rpenta at redhat.com)
+- Rename migrate to upgrade in code (pmorie at gmail.com)
+- Move core migration into origin-server (pmorie at gmail.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)
+
+* Thu Jun 20 2013 Adam Miller <admiller at redhat.com> 1.10.5-1
+- Merge pull request #2905 from pravisankar/dev/ravi/bug975713
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 975713 - oo-admin-chk fix (rpenta at redhat.com)
+
+* Wed Jun 19 2013 Adam Miller <admiller at redhat.com> 1.10.4-1
+- Bug 975388 - oo-admin-usage fixes (rpenta at redhat.com)
+
+* Tue Jun 18 2013 Adam Miller <admiller at redhat.com> 1.10.3-1
+- Merge pull request #2872 from pravisankar/dev/ravi/bug973918
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 973918 - Do not allow move gear with oo-admin-move without districts.
+  (rpenta at redhat.com)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 1.10.2-1
+- oo-admin-chk fix: Do not generate gear_id_hash for subaccount users
+  (rpenta at redhat.com)
+- oo-admin-chk fixes (rpenta at redhat.com)
+- fix staleness issue with apps (rchopra at redhat.com)
+- Added Usage consistency checks as part of oo-admin-chk script
+  (rpenta at redhat.com)
+- <broker-util> Bug 972308 - Update permissions check for user_action.log
+  (jdetiber at redhat.com)
+- Merge pull request #2732 from adelton/oo-accept-broker-krb
+  (dmcphers+openshiftbot at redhat.com)
+- With BIND_KRB_*, nsupdate -g needs to be used. (jpazdziora at redhat.com)
+- Account for case when BIND_KRB_* is used in openshift-origin-dns-
+  nsupdate.conf. (jpazdziora at redhat.com)
+- Add option to use GSS-TSIG Kerberos credentials to bind.
+  (jpazdziora 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.7-1
 - Checking consumed gears mismatch only if requested (abhgupta at redhat.com)
 
@@ -345,14 +401,6 @@ cp man/*.8 %{buildroot}%{_mandir}/man8/
 * Thu Mar 07 2013 Adam Miller <admiller at redhat.com> 1.6.1-1
 - bump_minor_versions for sprint 25 (admiller at redhat.com)
 
-* Thu Mar 07 2013 Troy Dawson <tdawson at redhat.com> - 1.5.12-3
-- Fix to make it build/install on F19+
-
-* Thu Mar 07 2013  Troy Dawson <tdawson at redhat.com> 1.5.12-2
-- removed rubygem-mongo dependancy
-- Added dependancies
-- Cleanup for Fedora standards
-
 * Thu Mar 07 2013 Adam Miller <admiller at redhat.com> 1.5.12-1
 - Fix for bug 919190 - adding a space in the info text (abhgupta at redhat.com)
 - Adding man page for oo-admin-ctl-script (abhgupta at redhat.com)
@@ -423,19 +471,10 @@ cp man/*.8 %{buildroot}%{_mandir}/man8/
 * Fri Feb 08 2013 Adam Miller <admiller at redhat.com> 1.5.2-1
 - change %%define to %%global (tdawson at redhat.com)
 
-* Thu Feb 08 2013 Adam Miller <admiller at redhat.com> 1.5.1-1
+* Thu Feb 07 2013 Adam Miller <admiller at redhat.com> 1.5.1-1
 - Fixing domain update in oo-admin-ctl-domain script (abhgupta at redhat.com)
 - bump_minor_versions for sprint 24 (admiller at redhat.com)
 
-* Fri Feb 08 2013 Dan McPherson <dmcphers at redhat.com> 1.4.11-1
-- 
-
-* Fri Feb 08 2013 Dan McPherson <dmcphers at redhat.com> 1.4.10-1
-- force destroy means use force (rchopra at redhat.com)
-
-* Thu Feb 07 2013 Dan McPherson <dmcphers at redhat.com> 1.4.9-1
-- Fixing domain update in oo-admin-ctl-domain script (abhgupta at redhat.com)
-
 * Wed Feb 06 2013 Adam Miller <admiller at redhat.com> 1.4.8-1
 - remove BuildRoot: (tdawson at redhat.com)
 - make Source line uniform among all spec files (tdawson at redhat.com)
@@ -511,8 +550,8 @@ cp man/*.8 %{buildroot}%{_mandir}/man8/
 - fixup cloud user usages (dmcphers at redhat.com)
 - Bug 903139 (dmcphers at redhat.com)
 
-* Thu Jan 24 2013 Adam Miller <admiller at redhat.com> 1.3.6-1
-- Bug 903139 (dmcphers at redhat.com)
+* Wed Jan 23 2013 Adam Miller <admiller at redhat.com> 1.4.1-1
+- bump_minor_versions for sprint 23 (admiller at redhat.com)
 
 * Mon Jan 21 2013 Adam Miller <admiller at redhat.com> 1.3.5-1
 - Fixing incorrect if check on APP_VALUES[DS_SSL] (calfonso at redhat.com)
@@ -542,7 +581,8 @@ cp man/*.8 %{buildroot}%{_mandir}/man8/
   fedora 17 cartridges - Fixed facts cron job (kraman at gmail.com)
 - fix man page titles (lmeyer at redhat.com)
 
-* Thu Dec 13 2012 Adam Miller <admiller at redhat.com> 1.2.7-1
+* Wed Dec 12 2012 Adam Miller <admiller at redhat.com> 1.3.1-1
+- bump_minor_versions for sprint 22 (admiller at redhat.com)
 - Merge pull request #1066 from sosiouxme/accept-scripts
   (openshift+bot at redhat.com)
 - oo-admin-chk and man page tweaks while looking at BZ874799 and BZ875657
diff --git a/sources b/sources
index 8adba8b..42d3475 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9d38c1a324b212b9f5b1d12b564ea0f  openshift-origin-broker-util-1.9.7.tar.gz
+4d314b2fecfde9459bb408d473bf582d  openshift-origin-broker-util-1.11.3.tar.gz


More information about the scm-commits mailing list