disable patch for #1437065 for now until issue with stat is solved

This commit is contained in:
Zdenek Dohnal 2017-04-04 15:39:10 +02:00
commit 87c3a7d070

View File

@ -15,7 +15,7 @@ Summary: CUPS printing system
Name: cups
Epoch: 1
Version: 2.2.0
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2
Url: http://www.cups.org/
Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz
@ -63,7 +63,7 @@ Patch35: cups-ipp-multifile.patch
Patch36: cups-web-devices-timeout.patch
Patch37: cups-synconclose.patch
Patch38: cups-cpu-hammering.patch
Patch39: cups-resolv_reload.patch
#Patch39: cups-resolv_reload.patch
Patch100: cups-lspp.patch
@ -260,7 +260,7 @@ Sends IPP requests to the specified URI and tests and/or displays the results.
# fixing looping in partial failing service (bug #1366775)
%patch38 -p1 -b .cpu-hammering
# CUPS does not recognize changes to /etc/resolv.conf until CUPS restart (bug #1437065)
%patch39 -p1 -b .resolv_reload
#%%patch39 -p1 -b .resolv_reload
%if %{lspp}
# LSPP support.
@ -626,6 +626,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man5/ipptoolfile.5.gz
%changelog
* Tue Apr 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.0-7
- disable patch for #1437065 for now until issue with stat is solved
* Thu Mar 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.0-6
- 1437065 - CUPS does not recognize changes to /etc/resolv.conf until CUPS restart