]> err.no Git - varnish/commitdiff
- Added 'varnishd -C' to %check, to check if varnishd generates readable code
authoringvar <ingvar@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 9 Oct 2008 20:31:32 +0000 (20:31 +0000)
committeringvar <ingvar@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 9 Oct 2008 20:31:32 +0000 (20:31 +0000)
- Synced rpm changelog from fedora. There was some strange items that
  had to be sorted

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3274 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/redhat/varnish.spec

index a5a27ce773d3de1e8c5714e576d9f987ebb746ee..67642760a2ff550a203bf5af7129c411e7fd923b 100644 (file)
@@ -119,6 +119,7 @@ tail -n +11 etc/default.vcl >> redhat/default.vcl
 %endif
 
 %check
+LD_LIBRARY_PATH="lib/libvarnish/.libs:lib/libvarnishcompat/.libs:lib/libvarnishapi/.libs:lib/libvcl/.libs" bin/varnishd/varnishd -b 127.0.0.1:80 -C -n /tmp/foo
 %{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
 
 %install
@@ -218,6 +219,7 @@ fi
 %changelog
 * Wed Oct 08 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0-0.11.rc1
 - 2.0-rc1 released. New upstream sources
+- Added a patch for pagesize to match redhat's rhel5 ppc64 koji build boxes
 - Added a patch for test a00008, from r3269
 - Removed condrestart in postscript at upgrade. We don't want that.
 
@@ -225,13 +227,17 @@ fi
 - 2.0-beta2 released. New upstream sources
 - Whitespace changes to make rpmlint more happy
 
-* Fri Sep 12 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0-0.8.20080912svn3184
+* Fri Sep 12 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0-0.9.20080912svn3184
 - Added varnisnsca init script (Colin Hill)
 - Corrected varnishlog init script (Colin Hill)
 
+* Tue Sep 09 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0-0.8.beta1
+- Added a patch from r3171 that fixes an endian bug on ppc and ppc64
+- Added a hack that changes the varnishtest ports for 64bits builds,
+  so they can run in parallell with 32bits build on same build host
+
 * Tue Sep 02 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0-0.7.beta1
-- Added a hack that changes the ports for 64bits builds, so they can run
-  in parallell with 32bits build on same build host.
+- Added a patch from r3156 and r3157, hiding a legit errno in make check
 
 * Tue Sep 02 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0-0.6.beta1
 - Added a commented option for max coresize in the sysconfig script