r3133 - trunk/varnish-cache/redhat

ingvar at projects.linpro.no ingvar at projects.linpro.no
Tue Aug 26 15:09:28 CEST 2008


Author: ingvar
Date: 2008-08-26 15:09:27 +0200 (Tue, 26 Aug 2008)
New Revision: 3133

Modified:
   trunk/varnish-cache/redhat/varnish.spec
Log:
make check now runs without races

Modified: trunk/varnish-cache/redhat/varnish.spec
===================================================================
--- trunk/varnish-cache/redhat/varnish.spec	2008-08-26 09:47:49 UTC (rev 3132)
+++ trunk/varnish-cache/redhat/varnish.spec	2008-08-26 13:09:27 UTC (rev 3133)
@@ -1,7 +1,7 @@
 Summary: Varnish is a high-performance HTTP accelerator
 Name: varnish
 Version: 2.0
-Release: 0.3.20080826svn3125%{?dist}
+Release: 0.3.20080826svn3132%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
@@ -82,7 +82,7 @@
         s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 %{__make} %{?_smp_mflags}
-#%{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
+%{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
 
 head -6 etc/default.vcl > redhat/default.vcl
 




More information about the varnish-commit mailing list