From 5361267be98e13c8576fc768040665953584769b Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Dec 08 2006 16:05:37 +0000 Subject: - Requires tmpwatch for the cron.daily script (bug #218901). --- diff --git a/cups.spec b/cups.spec index abee3c1..70908f9 100644 --- a/cups.spec +++ b/cups.spec @@ -89,6 +89,9 @@ Requires: dbus >= 0.90 # The paps package uses pango to render UTF-8 text to PostScript. Requires: paps >= 0.6.6-9 +# Requires tmpwatch for the cron.daily script (bug #218901). +Requires: tmpwatch + %package devel Summary: Common Unix Printing System - development environment Group: Development/Libraries @@ -436,6 +439,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Fri Dec 8 2006 Tim Waugh +- Requires tmpwatch for the cron.daily script (bug #218901). + * Thu Dec 7 2006 Tim Waugh 1:1.2.7-6 - Fixed If-Modified-Since: handling in libcups (bug #217556, STR #2133). - Fixed extra EOF in pstops output (bug #216154, STR #2111).