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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user