From 2f4c1ebcbb99e5c7c9982fe6a22ea882333caf98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 12:06:57 +0000 Subject: [PATCH] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index 2c92bab..7a52a0d 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -81,6 +81,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py nosetests %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.9.0-4 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Wed Jun 29 2016 Igor Gnatenko - 0.9.0-3 - Modernize spec to comply with new packaging guidelines