From 7127bcfca6215de119ed9c91427001ba30afd722 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 06:57:38 +0000 Subject: [PATCH] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- dnf-plugins-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)