r2328 - trunk/varnish-cache/redhat

ingvar at projects.linpro.no ingvar at projects.linpro.no
Sat Dec 29 22:11:21 CET 2007


Author: ingvar
Date: 2007-12-29 22:11:20 +0100 (Sat, 29 Dec 2007)
New Revision: 2328

Modified:
   trunk/varnish-cache/redhat/varnish.spec
Log:
updates from fedora build

Modified: trunk/varnish-cache/redhat/varnish.spec
===================================================================
--- trunk/varnish-cache/redhat/varnish.spec	2007-12-21 10:43:40 UTC (rev 2327)
+++ trunk/varnish-cache/redhat/varnish.spec	2007-12-29 21:11:20 UTC (rev 2328)
@@ -1,15 +1,15 @@
 Summary: Varnish is a high-performance HTTP accelerator
 Name: varnish
 Version: 1.1.2
-Release: 1%{?dist}
-License: BSD-like
+Release: 5%{?dist}
+License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
 Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
 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: ncurses-devel automake autoconf libtool libxslt
+#BuildRequires: automake autoconf libtool
 BuildRequires: ncurses-devel libxslt
 Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release}
 Requires: logrotate
@@ -55,6 +55,9 @@
 # Release tarballs would not need this
 # ./autogen.sh
 
+mkdir examples
+cp etc/default.vcl etc/zope-plone.vcl examples
+
 %build
 
 # Remove "--disable static" if you want to build static libraries 
@@ -107,7 +110,8 @@
 %{_var}/log/varnish
 %{_mandir}/man1/*.1*
 %{_mandir}/man7/*.7*
-%doc INSTALL LICENSE README redhat/README.redhat redhat/default.vcl ChangeLog 
+%doc INSTALL LICENSE README redhat/README.redhat ChangeLog 
+%doc examples
 %dir %{_sysconfdir}/varnish/
 %config(noreplace) %{_sysconfdir}/varnish/default.vcl
 %config(noreplace) %{_sysconfdir}/sysconfig/varnish
@@ -168,10 +172,27 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Sat Dec 29 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-5
+- Added missing configuration examples
+- Corrected the license to "BSD"
+
+* Fri Dec 28 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-4
+- Build for fedora update
+
+* Fri Dec 28 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-2
+- Added missing changelog items
+
 * Thu Dec 20 2007 Stig Sandbeck Mathisen <ssm at linpro.no> - 1.1.2-1
 - Bumped the version number to 1.1.2.
 - Addeed build dependency on libxslt
 
+* Wed Sep 08 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.1-3
+- Added a patch, changeset 1913 from svn trunk. This makes varnish
+  more stable under specific loads. 
+
+* Tue Sep 06 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.1-2
+- Removed autogen call (only diff from relase tarball)
+
 * Mon Aug 20 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.1-1
 - Bumped the version number to 1.1.1.
 
@@ -180,6 +201,9 @@
 - Added the devel package for the header files and static library files
 - Added a varnish user, and fixed the init script accordingly
 
+* Thu Jul 05 2007 Dag-Erling Smørgrav <des at linpro.no> - 1.1-1
+- Bump Version and Release for 1.1
+
 * Mon May 28 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.0.4-3
 - Fixed initrc-script bug only visible on el4 (fixes #107)
 




More information about the varnish-commit mailing list