[torque/el6] Add --with-tcp-retry-limit=2 to build, rhbz#738576.

stevetraylen stevetraylen at fedoraproject.org
Sun Sep 18 23:26:12 UTC 2011


commit 82418b9603543277ba102aa031eef2f62baa9fa7
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Sun Sep 18 20:26:43 2011 +0200

    Add --with-tcp-retry-limit=2 to build, rhbz#738576.
    
    Conflicts:
    
    	torque.spec

 torque.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/torque.spec b/torque.spec
index 2d5dfc5..4f85d71 100644
--- a/torque.spec
+++ b/torque.spec
@@ -68,7 +68,7 @@
 
 Name:        torque
 Version:     2.5.7
-Release:     2%{?dist}
+Release:     3%{?dist}
 Summary:     Tera-scale Open-source Resource and QUEue manager
 Source0:     http://www.clusterresources.com/downloads/%{name}/%{name}-%{version}.tar.gz
 Source2:     xpbs.desktop
@@ -347,8 +347,8 @@ CFLAGS="%{optflags} -Wno-overlength-strings"
 %configure --includedir=%{_includedir}/torque \
   --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \
   --with-sendmail=%{_sbindir}/sendmail --disable-static \
-  --enable-munge-auth \
-  --enable-drmaa \
+  --with-tcp-retry-limit=2 \
+  --enable-drmaa --enable-munge-auth \
   %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
 
 
@@ -785,6 +785,9 @@ fi
 %endif
 
 %changelog
+* Mon Sep 19 2011 Steve Traylen <steve.traylen at cern.ch> - 2.5.7-3
+- Add --with-tcp-retry-limit=2 to build, rhbz#738576.
+
 * Wed Aug 30 2011 Steve Traylen <steve.traylen at cern.ch> - 2.5.7-2
 - Move checkpoint directory from torque-mom to torque package.
   rhbz#734878.


More information about the scm-commits mailing list