diff --git a/cups.logrotate b/cups.logrotate index e10e84e..27fcb6f 100644 --- a/cups.logrotate +++ b/cups.logrotate @@ -3,6 +3,6 @@ notifempty sharedscripts postrotate - /etc/init.d/cups condrestart >/dev/null 2>&1 || true + /etc/init.d/cups reload >/dev/null 2>&1 || true endscript } diff --git a/cups.spec b/cups.spec index 49c5a33..5fa5484 100644 --- a/cups.spec +++ b/cups.spec @@ -6,7 +6,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.2.6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -422,6 +422,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Fri Nov 10 2006 Tim Waugh 1:1.2.6-5 +- Reload, don't restart, when logrotating (bug #215023). + * Wed Nov 8 2006 Tim Waugh 1:1.2.6-4 - Fixed pdftops.conf (bug #214611).