[gridengine/f16] Remove qacct and sge_qmaster from BINFILES checks (Bug 803502)

Orion Poplawski orion at fedoraproject.org
Wed Mar 14 22:26:29 UTC 2012


commit a9f4fad10d217d8dd147ee830d43a61a7679cdb4
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Mar 14 16:23:07 2012 -0600

    Remove qacct and sge_qmaster from BINFILES checks (Bug 803502)

 gridengine-6.2beta-inst.patch |   15 ---------------
 gridengine-inst.patch         |   16 ++++++++++++++++
 gridengine.spec               |    7 +++++--
 3 files changed, 21 insertions(+), 17 deletions(-)
---
diff --git a/gridengine-inst.patch b/gridengine-inst.patch
new file mode 100644
index 0000000..b481c71
--- /dev/null
+++ b/gridengine-inst.patch
@@ -0,0 +1,16 @@
+diff -up GE2011.11/source/dist/util/install_modules/inst_common.sh.inst GE2011.11/source/dist/util/install_modules/inst_common.sh
+--- GE2011.11/source/dist/util/install_modules/inst_common.sh.inst	2012-03-14 16:00:29.832624837 -0600
++++ GE2011.11/source/dist/util/install_modules/inst_common.sh	2012-03-14 16:18:11.915818769 -0600
+@@ -370,10 +370,9 @@ CheckBinaries()
+ {
+ 
+    BINFILES="sge_coshepherd \
+-             sge_execd sge_qmaster  \
+              sge_shadowd \
+-             sge_shepherd qacct qalter qconf qdel qhold \
+-             qhost qlogin qmake qmod qmon qresub qrls qrsh qselect qsh \
++             sge_shepherd qalter qconf qdel qhold \
++             qhost qlogin qmake qmod qresub qrls qrsh qselect qsh \
+              qstat qsub qtcsh qping qquota sgepasswd"
+ 
+    WINBINFILES="sge_coshepherd sge_execd sge_shepherd  \
diff --git a/gridengine.spec b/gridengine.spec
index 80a887b..5351074 100644
--- a/gridengine.spec
+++ b/gridengine.spec
@@ -6,7 +6,7 @@
 
 Name:    gridengine
 Version: 6.2u5p2
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Grid Engine - Distributed Computing Management software
 
 Group:   Applications/System
@@ -37,7 +37,7 @@ Source12: maketarball
 # http://gridengine.sunsource.net/issues/show_bug.cgi?id=2845
 Patch1: gridengine-6.2beta-ssl.patch
 # Make inst_common.sh not look for qmon or sge_execd since they might not be installed
-Patch2: gridengine-6.2beta-inst.patch
+Patch2: gridengine-inst.patch
 # Don't need to make rc files in inst_common.sh
 # Partially http://gridengine.sunsource.net/issues/show_bug.cgi?id=2780
 Patch3: gridengine-6.2u5-rctemplates.patch
@@ -610,6 +610,9 @@ fi
 
 
 %changelog
+* Wed Mar 14 2012 Orion Poplawski <orion at cora.nwra.com> 6.2u5p2-7
+- Remove qacct and sge_qmaster from BINFILES checks (Bug 803502)
+
 * Fri Oct 14 2011 Orion Poplawski <orion at cora.nwra.com> 6.2u5p2-6
 - Update linux 3 patch to fix installed arch script as well
 


More information about the scm-commits mailing list