disable patch for #1437065 for now until issue with stat is solved
This commit is contained in:
commit
9b0e434ae9
@ -15,7 +15,7 @@ Summary: CUPS printing system
|
|||||||
Name: cups
|
Name: cups
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.2.3
|
Version: 2.2.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz
|
Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz
|
||||||
@ -62,7 +62,7 @@ Patch34: cups-avahi-no-threaded.patch
|
|||||||
Patch35: cups-ipp-multifile.patch
|
Patch35: cups-ipp-multifile.patch
|
||||||
Patch36: cups-web-devices-timeout.patch
|
Patch36: cups-web-devices-timeout.patch
|
||||||
Patch37: cups-synconclose.patch
|
Patch37: cups-synconclose.patch
|
||||||
Patch38: cups-resolv_reload.patch
|
#Patch38: cups-resolv_reload.patch
|
||||||
|
|
||||||
Patch100: cups-lspp.patch
|
Patch100: cups-lspp.patch
|
||||||
|
|
||||||
@ -257,7 +257,7 @@ Sends IPP requests to the specified URI and tests and/or displays the results.
|
|||||||
# Set the default for SyncOnClose to Yes.
|
# Set the default for SyncOnClose to Yes.
|
||||||
%patch37 -p1 -b .synconclose
|
%patch37 -p1 -b .synconclose
|
||||||
# CUPS does not recognize changes to /etc/resolv.conf until CUPS restart (bug #1437065)
|
# CUPS does not recognize changes to /etc/resolv.conf until CUPS restart (bug #1437065)
|
||||||
%patch38 -p1 -b .resolv_reload
|
#%%patch38 -p1 -b .resolv_reload
|
||||||
|
|
||||||
%if %{lspp}
|
%if %{lspp}
|
||||||
# LSPP support.
|
# LSPP support.
|
||||||
@ -623,6 +623,9 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
%{_mandir}/man5/ipptoolfile.5.gz
|
%{_mandir}/man5/ipptoolfile.5.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-3
|
||||||
|
- disable patch for #1437065 for now until issue with stat is solved
|
||||||
|
|
||||||
* Thu Mar 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-2
|
* Thu Mar 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-2
|
||||||
- 1437065 - CUPS does not recognize changes to /etc/resolv.conf until CUPS restart
|
- 1437065 - CUPS does not recognize changes to /etc/resolv.conf until CUPS restart
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user