From cd400605c031d38bb25fa23ab73c2dd3f53c8beb Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 16 Feb 2012 16:03:19 +0000 Subject: [PATCH] Removed hard requirement on colord as it is optional. --- cups.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cups.spec b/cups.spec index 8c2f001..383db66 100644 --- a/cups.spec +++ b/cups.spec @@ -19,7 +19,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.5.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -150,9 +150,6 @@ Requires: acl # Make sure we have some filters for converting to raster format. Requires: ghostscript-cups -# Make sure we register devices and profiles with colord. -Requires: colord - %package devel Summary: Common Unix Printing System - development environment Group: Development/Libraries @@ -659,6 +656,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/ipptool.1.gz %changelog +* Thu Feb 16 2012 Tim Waugh 1:1.5.2-3 +- Removed hard requirement on colord as it is optional. + * Wed Feb 15 2012 Tim Waugh 1:1.5.2-2 - Synthesize notify-printer-uri for job-completed events where the job never started processing (bug #784786, STR #4014).