diff --git a/squid.logrotate b/squid.logrotate index e4cce1f..4a0406f 100644 --- a/squid.logrotate +++ b/squid.logrotate @@ -4,9 +4,10 @@ compress notifempty missingok + nocreate sharedscripts postrotate - # Asks squid to reopen its logs. (log_rotate 0 is set in squid.conf) + # Asks squid to reopen its logs. (logfile_rotate 0 is set in squid.conf) # errors redirected to make it silent if squid is not running /usr/sbin/squid -k rotate 2>/dev/null # Wait a little to allow Squid to catch up before the logs is compressed diff --git a/squid.spec b/squid.spec index 0432418..c45380e 100644 --- a/squid.spec +++ b/squid.spec @@ -4,7 +4,7 @@ Name: squid Version: 3.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Squid proxy caching server Epoch: 7 License: GPLv2+ @@ -258,6 +258,9 @@ fi chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || : %changelog +* Mon Apr 19 2010 Henrik Nordstrom - 7:3.1.1-3 +- Bug #583489: Adjust logrotate script to changes in logrotate package. + * Fri Apr 02 2010 Jiri Skala - 7:3.1.1-2 - fixes #548903 - "comm_open: socket failure: (97) Address family not supported by protocol" if IPv6 disabled