Don't use D-Bus from two threads (bug #979748).

Resolves: rhbz#979748
This commit is contained in:
Tim Waugh 2013-07-01 16:28:21 +01:00
parent d2f0289e3e
commit 0c8d5f583c
2 changed files with 1016 additions and 1 deletions

1009
cups-avahi-no-threaded.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ Summary: CUPS printing system
Name: cups
Epoch: 1
Version: 1.6.2
Release: 14%{?dist}
Release: 15%{?dist}
License: GPLv2
Group: System Environment/Daemons
Url: http://www.cups.org/
@ -61,6 +61,7 @@ Patch30: cups-stringpool-setprinterattr.patch
Patch31: cups-dymo-deviceid.patch
Patch32: cups-use-ipp1.1.patch
Patch33: cups-no-gcry.patch
Patch34: cups-avahi-no-threaded.patch
Patch100: cups-lspp.patch
@ -244,6 +245,8 @@ Sends IPP requests to the specified URI and tests and/or displays the results.
%patch32 -p1 -b .use-ipp1.1
# Don't link against libgcrypt needlessly.
%patch33 -p1 -b .no-gcry
# Don't use D-Bus from two threads (bug #979748).
%patch34 -p1 -b .avahi-no-threaded
%if %lspp
# LSPP support.
@ -645,6 +648,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man5/ipptoolfile.5.gz
%changelog
* Mon Jul 1 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.2-15
- Don't use D-Bus from two threads (bug #979748).
* Fri Jun 28 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.2-14
- Fix for DNSSD name resolution.