Search
j0ke.net Open Build Service
>
Projects
>
ha
>
varnish2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 23
[-]
[+]
Changed
varnish.spec
@@ -2,7 +2,7 @@ %define pversion 2.0.3 Name: varnish Version: 2.0.3 -Release: 8 +Release: 9 # License: BSD Group: Productivity/Networking/Web/Proxy @@ -28,7 +28,7 @@ #Patch101: %{name}-%{version}-coredump_http_protocol_input.patch # changeset 3322 / included since 2.0.2 #Patch102: %{name}-%{version}-ESI.patch -Summary: Varnish is a high-performance HTTP accelerator. +Summary: Varnish is a high-performance HTTP accelerator %description Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse @@ -170,6 +170,10 @@ # how to do the same for RH/mandriva? %endif +%post -n libvarnish1 -p /sbin/ldconfig + +%postun -n libvarnish1 -p /sbin/ldconfig + %files %defattr(-,root,root,-) %if 0%{?suse_version} @@ -210,7 +214,7 @@ %endif %dir %attr(750,%{pkg_name},%{pkg_name}) %{pkg_home} %dir %attr(750,%{pkg_name},%{pkg_name}) %{pkg_cachedir} -/etc/logrotate.d/varnish +%config /etc/logrotate.d/varnish %files -n libvarnish1 %defattr(-,root,root,-) @@ -237,6 +241,9 @@ %{_libdir}/libvarnishcompat.so %changelog +* Sat Mar 28 2009 Carsten Schoene <cs@linux-administrator.com> - 2.03-9 +- only changes in specfile + * Mon Mar 09 2009 Carsten Schoene <cs@linux-administrator.com> - update to release 2.0.3 - Support for backend timeouts