]> err.no Git - varnish/commitdiff
Changes in the specfile:
authoringvar <ingvar@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 14 Aug 2008 20:10:29 +0000 (20:10 +0000)
committeringvar <ingvar@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 14 Aug 2008 20:10:29 +0000 (20:10 +0000)
- default.vcl has moved
- Added groff to build requirements

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

varnish-cache/redhat/varnish.spec

index 9095dc14fddc1e0672f52e677f88e58f66cee543..fc3e9a9fe581013e1241bb7a492c14fab0dae0e0 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Varnish is a high-performance HTTP accelerator
 Name: varnish
 Version: 2.0
-Release: pre_svn20080307%{?dist}
+Release: pre_svn20080814%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # The svn sources needs autoconf, automake and libtoolto generate a suitable
 # configure script. Release tarballs would not need this
 #BuildRequires: automake autoconf libtool
-BuildRequires: ncurses-devel libxslt
+BuildRequires: ncurses-devel libxslt groff
 Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release}
 Requires: logrotate
 Requires(pre): shadow-utils
@@ -56,7 +56,7 @@ Varnish is a high-performance HTTP accelerator
 # ./autogen.sh
 
 mkdir examples
-cp etc/default.vcl etc/zope-plone.vcl examples
+cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
 
 %build
 
@@ -172,6 +172,10 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Thu Aug 14 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0-pre_svn20080814
+- default.vcl has moved
+- Added groff to build requirements
+
 * Sat Dec 29 2007 Ingvar Hagelund <ingvar@linpro.no> - 1.1.2-5
 - Added missing configuration examples
 - Corrected the license to "BSD"