From: ingvar Date: Thu, 19 Oct 2006 12:55:20 +0000 (+0000) Subject: Added a vendor tag to the rpm package. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529fe4a59a1dcdf5c6b204c166612fedd89c0423;p=varnish Added a vendor tag to the rpm package. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1203 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/redhat/varnish.spec b/varnish-cache/redhat/varnish.spec index 90ba529c..fc4d8e99 100644 --- a/varnish-cache/redhat/varnish.spec +++ b/varnish-cache/redhat/varnish.spec @@ -1,7 +1,7 @@ Summary: Varnish is a high-performance HTTP accelerator. Name: varnish Version: 1.0.2 -Release: 6 +Release: 7 License: BSD-like Group: System Environment/Daemons URL: http://www.varnish-cache.org/ @@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc gcc-c++ ncurses-devel libtool autoconf automake Requires: gcc ncurses kernel >= 2.6.0 +Vendor: Linpro AS, http://www.linpro.no/ %description This is the Varnish high-performance HTTP accelerator. @@ -107,7 +108,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --list varnish %changelog -* Thu Oct 19 2006 Ingvar Hagelund - 1.02-1 +* Thu Oct 19 2006 Ingvar Hagelund - 1.02-7 +- Added a Vendor tag +* Thu Oct 19 2006 Ingvar Hagelund - 1.02-6 - Added redhat subdir to svn - Removed default vcl config file. Used the new upstream variant instead. - Based build on svn. Running autogen.sh as start of build. Also added