From 31bf2f19f7c5d418f1299301107c6aa166e5c21c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 11:35:54 +0000 Subject: [PATCH] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- python-schema.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-schema.spec b/python-schema.spec index ea7e749..2973df0 100644 --- a/python-schema.spec +++ b/python-schema.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple data validation library License: MIT @@ -69,5 +69,8 @@ py.test-%{python3_version} -v %{python3_sitelib}/__pycache__/%{modname}.* %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.5.0-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Tue May 10 2016 Igor Gnatenko - 0.5.0-1 - Initial package