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

Orion Poplawski orion at fedoraproject.org
Wed Mar 21 17:11:22 UTC 2012


commit 184fbf1796dce0c3559799f5d26c4d83cd8398f4
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               |    3 ++-
 3 files changed, 18 insertions(+), 16 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 e20959c..d25e5b8 100644
--- a/gridengine.spec
+++ b/gridengine.spec
@@ -36,7 +36,7 @@ Patch0: gridengine-svn.patch
 # http://gridengine.sunsource.net/issues/show_bug.cgi?id=2845
 Patch1: gridengine-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-rctemplates.patch
@@ -613,6 +613,7 @@ fi
 - Add BR on hwloc-devel
 - Make systemd conditional on Fedora >= 15
 - Use -sys-hwloc and -sys-jemalloc aimk flags
+- Remove qacct and sge_qmaster from BINFILES checks (Bug 803502)
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.2u5p2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list