From 869679b3dc8fb689e52cf51f2577aceb52fb8538 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Tue, 24 Jan 2017 12:31:27 -0500 Subject: [PATCH 1/2] WRS: spec-include-TiS-paches.patch --- SPECS/python-eventlet.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPECS/python-eventlet.spec b/SPECS/python-eventlet.spec index b33e617..d85d6c1 100644 --- a/SPECS/python-eventlet.spec +++ b/SPECS/python-eventlet.spec @@ -25,6 +25,9 @@ BuildRequires: python-setuptools Requires: python-greenlet +# WRS patches +Patch0: 0001-CGTS-2869-close-connection-on-HTTP-413-Request-Entit.patch + %description Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining @@ -94,6 +97,7 @@ Documentation for the python-eventlet package. %prep %setup -q -n %{pypi_name}-%{version} +%patch0 -p1 rm -rf *.egg-info # generate html docs -- 1.8.3.1