From 3dbd28d26bb728e31244996bfbb5c342b7456561 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 22 Feb 2016 20:41:45 -0700 Subject: [PATCH] Properly build python2-tornado --- python-tornado.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tornado.spec b/python-tornado.spec index 9d7c269..4cdd9ea 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scalable, non-blocking web server and tools Group: Development/Libraries @@ -120,7 +120,7 @@ ideal for real-time web services. %{__python2} -m tornado.test.runtests --verbose -%files +%files -n python2-%{srcname} %doc README.rst %{python2_sitearch}/%{srcname}/ %{python2_sitearch}/%{srcname}-%{version}-*.egg-info @@ -137,6 +137,9 @@ ideal for real-time web services. %changelog +* Mon Feb 22 2016 Orion Poplawski - 4.3-2 +- Properly build python2-tornado + * Thu Feb 18 2016 Orion Poplawski - 4.3-1 - Update to 4.3 - Drop upstream patches