[master] 0506b11 Drop sed hack for 32/64 bit machines from spec file

Tollef Fog Heen tfheen at varnish-cache.org
Thu Jan 27 10:57:03 CET 2011


commit 0506b118aab82b9b9940cce65d1447a53e3db338
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Jan 27 10:56:23 2011 +0100

    Drop sed hack for 32/64 bit machines from spec file
    
    varnishtest now allocates ports dynamically, so it should no longer be
    a problem to have two varnishtest instances running concurrently.

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index cc4296a..0a7c99f 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -77,21 +77,6 @@ Documentation files for %name
 # Release tarballs would not need this
 #./autogen.sh
 
-# Hack to get 32- and 64-bits tests run concurrently on the same build machine
-case `uname -m` in
-	ppc64 | s390x | x86_64 | sparc64 )
-		sed -i ' 
-			s,9001,9011,g;
-			s,9080,9090,g; 
-			s,9081,9091,g; 
-			s,9082,9092,g; 
-			s,9180,9190,g;
-		' bin/varnishtest/*.c bin/varnishtest/tests/*vtc
-		;;
-	*)
-		;;
-esac
-
 mkdir examples
 cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
 



More information about the varnish-commit mailing list