diff --git a/squid.logrotate b/squid.logrotate index 4af2d2d..e4cce1f 100644 --- a/squid.logrotate +++ b/squid.logrotate @@ -1,4 +1,4 @@ -/var/log/squid/access.log /var/log/squid/store.log /var/log/squid/cache.log { +/var/log/squid/*.log { weekly rotate 5 compress diff --git a/squid.spec b/squid.spec index df27348..03593bb 100644 --- a/squid.spec +++ b/squid.spec @@ -4,7 +4,7 @@ Name: squid Version: 3.1.0.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The Squid proxy caching server Epoch: 7 License: GPLv2+ @@ -253,6 +253,9 @@ fi chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || : %changelog +* Fri Sep 18 2009 Henrik Nordstrom - 7:3.1.0.13-6 +- Rotate store.log if enabled + * Wed Sep 16 2009 Tomas Mraz - 7:3.1.0.13-5 - Use password-auth common PAM configuration instead of system-auth