[cups/f20] Upstream fix for cupsd crash on restart when colord not available (STR #4496).

Tim Waugh twaugh at fedoraproject.org
Wed Oct 22 08:38:52 UTC 2014


commit 430cc87e6b3d5f5630c7952803b414615237ac67
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Oct 22 09:04:09 2014 +0100

    Upstream fix for cupsd crash on restart when colord not available (STR #4496).
    
    (cherry picked from commit 2efac284b9330dadf905479c4f9e241fd494780a)

 cups.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index cec4453..d5233ed 100644
--- a/cups.spec
+++ b/cups.spec
@@ -11,7 +11,7 @@ Summary: CUPS printing system
 Name: cups
 Epoch: 1
 Version: 1.7.5
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2
 Url: http://www.cups.org/
 Source: http://www.cups.org/software/%{version}/cups-%{version}-source.tar.bz2
@@ -69,6 +69,7 @@ Patch39: cups-str4461.patch
 Patch40: cups-str2913.patch
 Patch41: cups-str4475.patch
 Patch42: cups-str4500.patch
+Patch43: cups-str4496.patch
 
 Patch100: cups-lspp.patch
 
@@ -265,6 +266,9 @@ Sends IPP requests to the specified URI and tests and/or displays the results.
 # Fix cupsGetPPD3() so it doesn't give the caller an unreadable file
 # (bug #1150917, STR #4500).
 %patch42 -p1 -b .str4500
+# Upstream fix for cupsd crash on restart when colord not available
+# (STR #4496).
+%patch43 -p1 -b .str4496
 
 %if %lspp
 # LSPP support.
@@ -653,6 +657,10 @@ rm -f %{cups_serverbin}/backend/smb
 %{_mandir}/man5/ipptoolfile.5.gz
 
 %changelog
+* Wed Oct 22 2014 Tim Waugh <twaugh at redhat.com> - 1:1.7.5-10
+- Upstream fix for cupsd crash on restart when colord not available
+- (STR #4496).
+
 * Sat Oct 18 2014 Tim Waugh <twaugh at redhat.com> - 1:1.7.5-9
 - Fix for last fix (bug #1153660, bug #1154284).
 


More information about the scm-commits mailing list