Accepting request 182308 from home:jsmeix:branches:Printing

cups-polld_avoid_busy_loop.patch fixes bnc#828228

OBS-URL: https://build.opensuse.org/request/show/182308
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=265
This commit is contained in:
2013-07-05 13:00:43 +00:00
committed by Git OBS Bridge
parent 7d61be94c0
commit 0a15197641
3 changed files with 33 additions and 3 deletions

View File

@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: cups
BuildRequires: dbus-1-devel
BuildRequires: fdupes
@@ -175,8 +174,12 @@ Patch107: cups-provides-cupsd-service.patch
# and yes upstream should do the same. Please also check:
# http://lists.opensuse.org/opensuse-factory/2013-01/msg00578.html
Patch108: cups-move-everything-to-run.patch
# STR #4190: Send-Document failure ignored (also applies to client-error-not-authorized)
# Patch109 fixes STR #4190: Send-Document failure ignored
#(also applies to client-error-not-authorized)
Patch109: str4190.patch
# Patch110 avoids any possible busy loop in cups-polld in case of unusual issues
# by sleeping interval seconds see https://bugzilla.novell.com/show_bug.cgi?id=828228
Patch110: cups-polld_avoid_busy_loop.patch
# Install into this non-root directory (required when norootforbuild is used):
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -321,6 +324,8 @@ printer drivers for CUPS.
%endif
# Patch109: STR #4190
%patch109
# Patch110 avoids any possible busy loop in cups-polld
%patch110
%build
# Disable SILENT run of make so that make runs verbose as usual: