diff --git a/python-pkgconfig.spec b/python-pkgconfig.spec index 83209da..0109296 100644 --- a/python-pkgconfig.spec +++ b/python-pkgconfig.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Python interface to the pkg-config command line tool License: MIT @@ -99,6 +99,9 @@ find -type f -name '*.py' -exec sed -i -e '1{\@^#!/usr/bin/env python@d}' {} ';' %{python3_sitelib}/%{srcname}* %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 1.1.0-6 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Sun Feb 14 2016 Igor Gnatenko - 1.1.0-5 - Make package compliant with new packaging guidelines