rpms/gridengine/devel gridengine-6.2beta-ssl.patch, 1.1, 1.2 gridengine.spec, 1.23, 1.24

Orion Poplawski orion at fedoraproject.org
Tue Feb 16 23:57:13 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/gridengine/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30887

Modified Files:
	gridengine-6.2beta-ssl.patch gridengine.spec 
Log Message:
* Tue Feb 16 2010 - Orion Poplawski <orion at cora.nwra.com> - 6.2u5-2
- Update ssl patch to add -lcrypt to fix FTBFS bug #565003


gridengine-6.2beta-ssl.patch:
 aimk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: gridengine-6.2beta-ssl.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gridengine/devel/gridengine-6.2beta-ssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gridengine-6.2beta-ssl.patch	11 Aug 2008 16:41:50 -0000	1.1
+++ gridengine-6.2beta-ssl.patch	16 Feb 2010 23:57:12 -0000	1.2
@@ -5,7 +5,7 @@
  set SECFLAGS          = "-DSECURE -I$OPENSSL_HOME/include"
  set SECLIB            = ""
 -set SECLIBS_STATIC    = "$OPENSSL_HOME/lib/libssl.a $OPENSSL_HOME/lib/libcrypto.a"
-+set SECLIBS_STATIC    = "-lssl"
++set SECLIBS_STATIC    = "-lssl -lcrypto"
  set KLFLAGS           = "-L$OPENSSL_HOME/lib"
  
  set CORELIB           = ""


Index: gridengine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gridengine/devel/gridengine.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- gridengine.spec	29 Dec 2009 17:03:07 -0000	1.23
+++ gridengine.spec	16 Feb 2010 23:57:13 -0000	1.24
@@ -6,7 +6,7 @@
 
 Name:    gridengine
 Version: 6.2u5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Grid Engine - Distributed Computing Management software
 
 Group:   Applications/System
@@ -550,6 +550,9 @@ fi
 
 
 %changelog
+* Tue Feb 16 2010 - Orion Poplawski <orion at cora.nwra.com> - 6.2u5-2
+- Update ssl patch to add -lcrypt to fix FTBFS bug #565003
+
 * Mon Dec 28 2009 - Orion Poplawski <orion at cora.nwra.com> - 6.2u5-1
 - Update to 6.2u5
 



More information about the scm-commits mailing list