diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 2737905..c963a66 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -10,7 +10,7 @@ Name: dnf-plugins-core Version: 0.1.21 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -152,6 +152,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ %endif %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.1.21-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Fri May 27 2016 Igor Gnatenko 0.1.21-2 - spec: explicitly conflict with python-%%{name} with different version (Igor Gnatenko)