From 74e99179503fed4b69fcdfeaacaf0e5114c06e8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 08:53:11 +0000 Subject: [PATCH] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- python-aiohttp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index b7e9d47..6db521c 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.21.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python HTTP client/server for asyncio License: ASL 2.0 @@ -42,6 +42,9 @@ Summary: %{summary} %{python3_sitearch}/%{srcname}/ %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.21.6-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Thu Jun 23 2016 Igor Gnatenko - 0.21.6-2 - Add missing Requires: python3-multidict (RHBZ #1349576)